We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4302325 commit bae503dCopy full SHA for bae503d
crd/multitenancy/api/v1alpha1/podnetworkinstance.go
@@ -57,6 +57,7 @@ type PodNetworkInstanceSpec struct {
57
// +kubebuilder:validation:Optional
58
PodNetworkConfigs []PodNetworkConfig `json:"podNetworkConfigs"`
59
// DefaultDenyAcl bool indicates whether default deny policy will be present on the pods upon pod creation
60
+ // +kubebuilder:default=false
61
DefaultDenyACL bool `json:"defaultDenyACL"`
62
}
63
0 commit comments