Skip to content

Commit 54e6c3c

Browse files
committed
Changed enum from Enable/Disable to True/False
1 parent fcc26dc commit 54e6c3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/v1/types_network.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ type NetworkSpec struct {
9090
// installNetworkObservability is an optional field that enables network observability
9191
// when omitted or set to enable. If the field is set to disable, it does nothing.
9292
// Valid values are "", "Enable", "Disable".
93-
// +kubebuilder:validation:Enum:="";Enable;Disable
93+
// +kubebuilder:validation:Enum:="";True;False
9494
// +optional
9595
InstallNetworkObservability *string `json:"installNetworkObservability,omitempty"`
9696
}

0 commit comments

Comments
 (0)