We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc26dc commit 54e6c3cCopy full SHA for 54e6c3c
1 file changed
config/v1/types_network.go
@@ -90,7 +90,7 @@ type NetworkSpec struct {
90
// installNetworkObservability is an optional field that enables network observability
91
// when omitted or set to enable. If the field is set to disable, it does nothing.
92
// Valid values are "", "Enable", "Disable".
93
- // +kubebuilder:validation:Enum:="";Enable;Disable
+ // +kubebuilder:validation:Enum:="";True;False
94
// +optional
95
InstallNetworkObservability *string `json:"installNetworkObservability,omitempty"`
96
}
0 commit comments