Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2914,13 +2914,13 @@ Implementing the new v1beta2 contract for providers is a multistep operation:
please note that it is necessary to set the `omitzero` JSON marker
2. While implementing the changes above, It is also highly recommended to check the implementation of all the other rules
(documentation for contract rules have been improved in recent releases, worth to take a look!).
3. Change the CRD annotation that document which Cluster API contract is implemented by your Provider. e.g.
3. Change the CRD label that documents which Cluster API contract is implemented by your Provider. e.g.

```yaml
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
labels:
cluster.x-k8s.io/v1beta2: <your API version>
name: <your CRD name>
```
Expand Down