Skip to content

Commit 28bb67f

Browse files
committed
nitfix: un-CAP ALLOW in docs
Signed-off-by: Surya Seetharaman <[email protected]>
1 parent f797133 commit 28bb67f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

apis/v1alpha1/adminnetworkpolicy_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ type AdminNetworkPolicyEgressPeer struct {
254254
// DomainNames provides a way to specify domain names as peers.
255255
//
256256
// DomainNames is only supported for ALLOW rules. In order to control
257-
// access, DomainNames ALLOW rules should be used with a lower priority
257+
// access, DomainNames Allow rules should be used with a lower priority
258258
// egress deny -- this allows the admin to maintain an explicit "allowlist"
259259
// of reachable domains.
260260
//

config/crd/experimental/policy.networking.k8s.io_adminnetworkpolicies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ spec:
190190
DomainNames provides a way to specify domain names as peers.
191191
192192
DomainNames is only supported for ALLOW rules. In order to control
193-
access, DomainNames ALLOW rules should be used with a lower priority
193+
access, DomainNames Allow rules should be used with a lower priority
194194
egress deny -- this allows the admin to maintain an explicit "allowlist"
195195
of reachable domains.
196196

npeps/npep-133-fqdn-egress-selector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ type AdminNetworkPolicyEgressPeer struct {
130130
<snipped>
131131
// DomainNames provides a way to specify domain names as peers.
132132
//
133-
// DomainNames is only supported for ALLOW rules. In order to control
134-
// access, DomainNames ALLOW rules should be used with a lower priority
133+
// DomainNames is only supported for Allow rules. In order to control
134+
// access, DomainNames Allow rules should be used with a lower priority
135135
// egress deny -- this allows the admin to maintain an explicit "allowlist"
136136
// of reachable domains.
137137
//

site-src/npeps/npep-133-fqdn-egress-selector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ type AdminNetworkPolicyEgressPeer struct {
130130
<snipped>
131131
// DomainNames provides a way to specify domain names as peers.
132132
//
133-
// DomainNames is only supported for ALLOW rules. In order to control
134-
// access, DomainNames ALLOW rules should be used with a lower priority
133+
// DomainNames is only supported for Allow rules. In order to control
134+
// access, DomainNames Allow rules should be used with a lower priority
135135
// egress deny -- this allows the admin to maintain an explicit "allowlist"
136136
// of reachable domains.
137137
//

0 commit comments

Comments
 (0)