Skip to content

Commit 73e446b

Browse files
committed
🐛 Fix subresource:status typo in gitbook
Signed-off-by: Chuck Ha <chuckh@vmware.com>
1 parent b31507b commit 73e446b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/reference/generating-crd.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ the status field.
106106
For example:
107107

108108
```go
109-
// +kubebuilder:status:subresource
109+
// +kubebuilder:subresource:status
110110
type Toy struct {
111111
metav1.TypeMeta `json:",inline"`
112112
metav1.ObjectMeta `json:"metadata,omitempty"`

0 commit comments

Comments
 (0)