Skip to content
Merged
Prev Previous commit
Next Next commit
update enum validation for IPFamily
  • Loading branch information
Philip Hurst committed Jan 22, 2025
commit 6eecd0b0e3bfc8ae97e5b22abc2a434476457e87
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func (in SchemalessObject) DeepCopy() SchemalessObject {

}

// +kubebuilder:validation:Enum=IPv4;IPv6;foo
// +kubebuilder:validation:Enum=IPv4;IPv6
type IPFamily string

type ServiceSpec struct {
Expand Down