Skip to content

Commit 3da7f18

Browse files
committed
change scale example attribute
1 parent 84f357b commit 3da7f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ type CustomSet struct {
144144
metav1.TypeMeta `json:",inline"`
145145
metav1.ObjectMeta `json:"metadata,omitempty"`
146146

147-
Spec ToySpec `json:"spec,omitempty"`
148-
Status ToyStatus `json:"status,omitempty"`
147+
Spec CustomSetSpec `json:"spec,omitempty"`
148+
Status CustomSetStatus `json:"status,omitempty"`
149149
}
150150
```
151151

0 commit comments

Comments
 (0)