Skip to content

Commit 6eecd0b

Browse files
author
Philip Hurst
committed
update enum validation for IPFamily
1 parent 0bdcb71 commit 6eecd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/postgres-operator.crunchydata.com/v1beta1/shared_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func (in SchemalessObject) DeepCopy() SchemalessObject {
2323

2424
}
2525

26-
// +kubebuilder:validation:Enum=IPv4;IPv6;foo
26+
// +kubebuilder:validation:Enum=IPv4;IPv6
2727
type IPFamily string
2828

2929
type ServiceSpec struct {

0 commit comments

Comments
 (0)