File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ const (
9393 // KubebuilderRequiredMarker is the marker that indicates that a field is required in kubebuilder.
9494 KubebuilderRequiredMarker = "kubebuilder:validation:Required"
9595
96- // KubebuilderValidationExactlyOneOf is the marker that indicates that a field has an exactly one of in kubebuilder.
97- KubebuilderValidationExactlyOneOf = "kubebuilder:validation:ExactlyOneOf"
96+ // KubebuilderExactlyOneOf is the marker that indicates that a field has an exactly one of in kubebuilder.
97+ KubebuilderExactlyOneOf = "kubebuilder:validation:ExactlyOneOf"
9898
9999 // KubebuilderItemsMaxLengthMarker is the marker that indicates that a field has a maximum length in kubebuilder.
100100 KubebuilderItemsMaxLengthMarker = "kubebuilder:validation:items:MaxLength"
You can’t perform that action at this time.
0 commit comments