Skip to content

Commit c6a7148

Browse files
Fix PR check Markdown links CI
Signed-off-by: Furkat Gofurov <[email protected]>
1 parent e105d18 commit c6a7148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/tasks/experimental-features/cluster-class/write-clusterclass.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ in `KubeadmControlPlane`. Use cases like this can be implemented with ClusterCla
246246
The following example shows how variables can be defined in the ClusterClass.
247247
A variable definition specifies the name and the schema of a variable and if it is
248248
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).
250250

251251
```yaml
252252
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
281281
The `selector` specifies on which template the patch should be applied. `jsonPatches` specifies which JSON
282282
patches should be applied to that template. In this case we set the `imageRepository` field of the
283283
`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).
285285

286286
```yaml
287287
apiVersion: cluster.x-k8s.io/v1beta2

0 commit comments

Comments
 (0)