You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/tasks/experimental-features/cluster-class/write-clusterclass.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,7 +246,7 @@ in `KubeadmControlPlane`. Use cases like this can be implemented with ClusterCla
246
246
The following example shows how variables can be defined in the ClusterClass.
247
247
A variable definition specifies the name and the schema of a variable and if it is
248
248
required. The schema defines how a variable is defaulted and validated. It supports
249
-
a subset of the schema of CRDs. For more information please see the [godoc](https://doc.crds.dev/github.com/kubernetes-sigs/cluster-api/cluster.x-k8s.io/ClusterClass/v1beta1#spec-variables-schema-openAPIV3Schema).
249
+
a subset of the schema of CRDs. For more information please see the [godoc](https://doc.crds.dev/github.com/kubernetes-sigs/cluster-api/cluster.x-k8s.io/ClusterClass/v1beta2#spec-variables-schema-openAPIV3Schema).
250
250
251
251
```yaml
252
252
apiVersion: cluster.x-k8s.io/v1beta2
@@ -281,7 +281,7 @@ The variable can then be used in a patch to set a field on a template referenced
281
281
The `selector` specifies on which template the patch should be applied. `jsonPatches` specifies which JSON
282
282
patches should be applied to that template. In this case we set the `imageRepository` field of the
283
283
`KubeadmControlPlaneTemplate`to the value of the variable `imageRepository`. For more information
284
-
please see the [godoc](https://doc.crds.dev/github.com/kubernetes-sigs/cluster-api/cluster.x-k8s.io/ClusterClass/v1beta1#spec-patches-definitions).
284
+
please see the [godoc](https://doc.crds.dev/github.com/kubernetes-sigs/cluster-api/cluster.x-k8s.io/ClusterClass/v1beta2#spec-patches-definitions).
0 commit comments