Skip to content

Commit c4100b8

Browse files
committed
added json to default deny
1 parent 9069b01 commit c4100b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

crd/multitenancy/api/v1alpha1/podnetworkinstance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ type PodNetworkInstanceSpec struct {
5757
// +kubebuilder:validation:Optional
5858
PodNetworkConfigs []PodNetworkConfig `json:"podNetworkConfigs"`
5959
// DefaultDenyACL is a bool that specifies whether a "deny all" policy is applied to l1vh multi-tenant pods
60-
DefaultDenyACL bool
60+
DefaultDenyACL bool `json:"defaultDenyACL"`
6161
}
6262

6363
// PodNetworkInstanceStatus defines the observed state of PodNetworkInstance

test/integration/manifests/swiftv2/pni.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ metadata:
55
spec:
66
podnetwork: aksswiftvnetv20425
77
podIPReservationSize: 2
8+
defaultDenyACL: false

0 commit comments

Comments
 (0)