We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86dc861 + 9776f54 commit 163a820Copy full SHA for 163a820
docs/book/src/quick-start.md
@@ -107,7 +107,7 @@ type GuestbookSpec struct {
107
// +kubebuilder:validation:MinLength=1
108
ConfigMapName string `json:"configMapName"`
109
110
- // +kubebuilder:validation:Enum=Phone,Address,Name
+ // +kubebuilder:validation:Enum=Phone;Address;Name
111
Type string `json:"alias,omitempty"`
112
}
113
0 commit comments