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/developer/providers/implementers-guide/generate_crds.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,7 @@ The latest API version of Cluster API and the version of your provider do not ne
53
53
### Add Status subresource
54
54
55
55
The [status subresource][status] lets Spec and Status requests for custom resources be addressed separately so requests don't conflict with each other.
56
-
It also lets you split RBAC rules between Spec and Status.
57
-
It's stable in Kubernetes as of [v1.16][rbac], but you will have to [manually enable it in Kubebuilder][kbstatus].
56
+
It also lets you split RBAC rules between Spec and Status. You will have to [manually enable it in Kubebuilder][kbstatus].
58
57
59
58
Add the `subresource:status` annotation to your `<provider>cluster_types.go``<provider>machine_types.go`
0 commit comments