File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/book/src/developer/providers/migrations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2914,13 +2914,13 @@ Implementing the new v1beta2 contract for providers is a multistep operation:
29142914 please note that it is necessary to set the `omitzero` JSON marker
291529152. While implementing the changes above, It is also highly recommended to check the implementation of all the other rules
29162916 (documentation for contract rules have been improved in recent releases, worth to take a look!).
2917- 3. Change the CRD annotation that document which Cluster API contract is implemented by your Provider. e.g.
2917+ 3. Change the CRD label that documents which Cluster API contract is implemented by your Provider. e.g.
29182918
29192919` ` ` yaml
29202920apiVersion: apiextensions.k8s.io/v1
29212921kind: CustomResourceDefinition
29222922metadata:
2923- annotations :
2923+ labels :
29242924 cluster.x-k8s.io/v1beta2: <your API version>
29252925 name: <your CRD name>
29262926` ` `
You can’t perform that action at this time.
0 commit comments