Skip to content

Commit b9eebf7

Browse files
authored
Merge pull request #942 from chuckha/subresource-typo
🐛 Fix subresource:status typo in gitbook
2 parents b31507b + 73e446b commit b9eebf7

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)