Skip to content

Commit bc50cbe

Browse files
committed
Fix broken link in book after API move
Signed-off-by: Stefan Büringer [email protected]
1 parent 70d67eb commit bc50cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ A workaround in this particular case is to create the array in the patch instead
985985
When creating the slice, existing values would be overwritten so this should only be used when it does not exist.
986986

987987
The following example shows both cases to consider while writing a patch for adding a value to a slice.
988-
This patch targets to add a file to the `files` slice of a `KubeadmConfigTemplate` which has [omitempty](https://github.com/kubernetes-sigs/cluster-api/blob/main/bootstrap/kubeadm/api/v1beta2/kubeadmconfig_types.go#L54) set.
988+
This patch targets to add a file to the `files` slice of a `KubeadmConfigTemplate` which has [omitempty](https://github.com/kubernetes-sigs/cluster-api/blob/main/api/bootstrap/kubeadm/v1beta2/kubeadmconfig_types.go#L54) set.
989989

990990
{{#tabs name:"tab-configuration-patches" tabs:"Add to existing slice,Create slice"}}
991991
{{#tab Add to existing slice}}

0 commit comments

Comments
 (0)