Skip to content

Commit 34ce4bb

Browse files
committed
Generate files.
1 parent 4bb3844 commit 34ce4bb

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ spec:
7777
Action specifies the effect this rule will have on matching
7878
traffic. Currently the following actions are supported:
7979
80-
- Accept: Accepts the selected traffic, allowing it to
81-
egress. No further ClusterNetworkPolicy or NetworkPolicy
82-
rules will be processed.
80+
- Accept: Accepts the selected traffic, and ensures that response
81+
traffic including "related" ICMP traffic is also allowed. No further
82+
egress ClusterNetworkPolicy or NetworkPolicy rules will be processed
83+
but any ingress rules at the destination do apply.
8384
84-
- Deny: Drops the selected traffic. No further
85-
ClusterNetworkPolicy or NetworkPolicy rules will be
86-
processed.
85+
- Deny: Drops the selected traffic. No further ClusterNetworkPolicy or
86+
NetworkPolicy rules will be processed.
8787
8888
- Pass: Skips all further ClusterNetworkPolicy rules in the
8989
current tier for the selected traffic, and passes
@@ -588,11 +588,11 @@ spec:
588588
action:
589589
description: |-
590590
Action specifies the effect this rule will have on matching
591-
traffic. Currently the following actions are supported:
591+
traffic. Currently, the following actions are supported:
592592
593-
- Accept: Accepts the selected traffic, allowing it into
594-
the destination. No further ClusterNetworkPolicy or
595-
NetworkPolicy rules will be processed.
593+
- Accept: Accepts the selected traffic, and ensures that response
594+
traffic including "related" ICMP traffic is also allowed. No further
595+
ingress ClusterNetworkPolicy or NetworkPolicy rules will be processed.
596596
597597
Note: while Accept ensures traffic is accepted by
598598
Kubernetes network policy, it is still possible that the

config/crd/standard/policy.networking.k8s.io_clusternetworkpolicies.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ spec:
7777
Action specifies the effect this rule will have on matching
7878
traffic. Currently the following actions are supported:
7979
80-
- Accept: Accepts the selected traffic, allowing it to
81-
egress. No further ClusterNetworkPolicy or NetworkPolicy
82-
rules will be processed.
80+
- Accept: Accepts the selected traffic, and ensures that response
81+
traffic including "related" ICMP traffic is also allowed. No further
82+
egress ClusterNetworkPolicy or NetworkPolicy rules will be processed
83+
but any ingress rules at the destination do apply.
8384
84-
- Deny: Drops the selected traffic. No further
85-
ClusterNetworkPolicy or NetworkPolicy rules will be
86-
processed.
85+
- Deny: Drops the selected traffic. No further ClusterNetworkPolicy or
86+
NetworkPolicy rules will be processed.
8787
8888
- Pass: Skips all further ClusterNetworkPolicy rules in the
8989
current tier for the selected traffic, and passes
@@ -490,11 +490,11 @@ spec:
490490
action:
491491
description: |-
492492
Action specifies the effect this rule will have on matching
493-
traffic. Currently the following actions are supported:
493+
traffic. Currently, the following actions are supported:
494494
495-
- Accept: Accepts the selected traffic, allowing it into
496-
the destination. No further ClusterNetworkPolicy or
497-
NetworkPolicy rules will be processed.
495+
- Accept: Accepts the selected traffic, and ensures that response
496+
traffic including "related" ICMP traffic is also allowed. No further
497+
ingress ClusterNetworkPolicy or NetworkPolicy rules will be processed.
498498
499499
Note: while Accept ensures traffic is accepted by
500500
Kubernetes network policy, it is still possible that the

0 commit comments

Comments
 (0)