Skip to content

Commit

Permalink
Merge pull request #1262 from LuyaoZhong/master
Browse files Browse the repository at this point in the history
fix invalid validation marker in example in quick-start.md
  • Loading branch information
k8s-ci-robot authored Jan 7, 2020
2 parents 86dc861 + 9776f54 commit 163a820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ type GuestbookSpec struct {
// +kubebuilder:validation:MinLength=1
ConfigMapName string `json:"configMapName"`

// +kubebuilder:validation:Enum=Phone,Address,Name
// +kubebuilder:validation:Enum=Phone;Address;Name
Type string `json:"alias,omitempty"`
}

Expand Down

0 comments on commit 163a820

Please sign in to comment.