Skip to content

Commit 5d3874c

Browse files
committed
added a space
1 parent 53af30c commit 5d3874c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crd/multitenancy/api/v1alpha1/multitenantpodnetworkconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

crd/multitenancy/api/v1alpha1/podnetworkinstance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)