Skip to content

Commit be1a703

Browse files
committed
[CRD doc] replace "lower priority" with "lower precedence".
Signed-off-by: Nadia Pinaeva <[email protected]>
1 parent d5cee02 commit be1a703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apis/v1alpha2/clusternetworkpolicy_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ const (
265265
ClusterNetworkPolicyRuleActionDeny ClusterNetworkPolicyRuleAction = "Deny"
266266
// ClusterNetworkPolicyRuleActionPass indicates that matching traffic
267267
// will jump to the next tier evaluation. That means that all the rules
268-
// with lower priority at the same tier will be ignored,
268+
// with lower precedence at the same tier will be ignored,
269269
// but evaluation will continue at the next tier.
270270
// For example, if an Admin tier CNP uses Pass action,
271271
// NetworkPolicy evaluation will happen next.
@@ -381,7 +381,7 @@ type ClusterNetworkPolicyEgressPeer struct {
381381
// DomainNames provides a way to specify domain names as peers.
382382
//
383383
// DomainNames is only supported for Allow rules. In order to control
384-
// access, DomainNames Allow rules should be used with a lower priority
384+
// access, DomainNames Allow rules should be used with a lower precedence
385385
// egress deny -- this allows the admin to maintain an explicit "allowlist"
386386
// of reachable domains.
387387
//

0 commit comments

Comments
 (0)