File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crd/multitenancy/api/v1alpha1 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ type MultitenantPodNetworkConfigStatus struct {
8585 // InterfaceInfos describes all of the network container goal state for this Pod
8686 // +kubebuilder:validation:Optional
8787 InterfaceInfos []InterfaceInfo `json:"interfaceInfos,omitempty"`
88- //DefaultDenyAcl bool indicates whether default deny policy will be present on the pods upon pod creation
88+ // DefaultDenyAcl bool indicates whether default deny policy will be present on the pods upon pod creation
8989 DefaultDenyACL bool `json:"defaultDenyACL"`
9090}
9191
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ type PodNetworkInstanceSpec struct {
5656 // optional for now in case orchestrator uses the deprecated fields
5757 // +kubebuilder:validation:Optional
5858 PodNetworkConfigs []PodNetworkConfig `json:"podNetworkConfigs"`
59- //DefaultDenyAcl bool indicates whether default deny policy will be present on the pods upon pod creation
59+ // DefaultDenyAcl bool indicates whether default deny policy will be present on the pods upon pod creation
6060 DefaultDenyACL bool `json:"defaultDenyACL"`
6161}
6262
You can’t perform that action at this time.
0 commit comments