File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ const (
265
265
ClusterNetworkPolicyRuleActionDeny ClusterNetworkPolicyRuleAction = "Deny"
266
266
// ClusterNetworkPolicyRuleActionPass indicates that matching traffic
267
267
// 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,
269
269
// but evaluation will continue at the next tier.
270
270
// For example, if an Admin tier CNP uses Pass action,
271
271
// NetworkPolicy evaluation will happen next.
@@ -381,7 +381,7 @@ type ClusterNetworkPolicyEgressPeer struct {
381
381
// DomainNames provides a way to specify domain names as peers.
382
382
//
383
383
// 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
385
385
// egress deny -- this allows the admin to maintain an explicit "allowlist"
386
386
// of reachable domains.
387
387
//
You can’t perform that action at this time.
0 commit comments