Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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