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 9069b01 commit c4100b8Copy full SHA for c4100b8
crd/multitenancy/api/v1alpha1/podnetworkinstance.go
@@ -57,7 +57,7 @@ type PodNetworkInstanceSpec struct {
57
// +kubebuilder:validation:Optional
58
PodNetworkConfigs []PodNetworkConfig `json:"podNetworkConfigs"`
59
// DefaultDenyACL is a bool that specifies whether a "deny all" policy is applied to l1vh multi-tenant pods
60
- DefaultDenyACL bool
+ DefaultDenyACL bool `json:"defaultDenyACL"`
61
}
62
63
// PodNetworkInstanceStatus defines the observed state of PodNetworkInstance
test/integration/manifests/swiftv2/pni.yaml
@@ -5,3 +5,4 @@ metadata:
5
spec:
6
podnetwork: aksswiftvnetv20425
7
podIPReservationSize: 2
8
+ defaultDenyACL: false
0 commit comments