Skip to content

Commit 3eb373c

Browse files
authored
Merge pull request #2127 from huiwq1990/fix-bookScaleExample
📖 change scale example attribute
2 parents 84f357b + 3da7f18 commit 3eb373c

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)