Skip to content

Commit fe93839

Browse files
committed
[conformance] rename Allow to Accept
Signed-off-by: Nadia Pinaeva <[email protected]>
1 parent 63b3bb3 commit fe93839

21 files changed

+44
-44
lines changed

conformance/base/admin_tier/experimental-egress-selector-rules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
conformance-house: gryffindor
1616
egress:
1717
- name: "allow-egress-to-36363-on-nodes"
18-
action: "Allow"
18+
action: "Accept"
1919
to:
2020
- nodes:
2121
matchLabels:

conformance/base/admin_tier/standard-egress-inline-cidr-rules.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ spec:
1616
egress:
1717
# CIDR rules that test allow to specific IPs is done within the test by updating the CR
1818
#- name: "allow-egress-to-specific-podIPs"
19-
# action: "Allow"
19+
# action: "Accept"
2020
# to:
2121
# - networks:
2222
# - luna-lovegood-0.IP
2323
# - cedric-diggory-0.IP
2424
- name: "allow-egress-to-slytherin"
25-
action: "Allow"
25+
action: "Accept"
2626
to:
2727
- pods:
2828
namespaceSelector:

conformance/base/admin_tier/standard-egress-sctp-rules.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
kubernetes.io/metadata.name: network-policy-conformance-ravenclaw
1212
egress:
1313
- name: "allow-to-gryffindor-everything"
14-
action: "Allow"
14+
action: "Accept"
1515
to:
1616
- namespaces:
1717
matchLabels:
@@ -49,7 +49,7 @@ spec:
4949
protocol: SCTP
5050
port: 9003
5151
- name: "allow-to-hufflepuff-at-port-9003"
52-
action: "Allow"
52+
action: "Accept"
5353
to:
5454
- namespaces:
5555
matchLabels:

conformance/base/admin_tier/standard-egress-tcp-rules.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
kubernetes.io/metadata.name: network-policy-conformance-gryffindor
1212
egress:
1313
- name: "allow-to-ravenclaw-everything"
14-
action: "Allow"
14+
action: "Accept"
1515
to:
1616
- namespaces:
1717
matchLabels:
@@ -49,7 +49,7 @@ spec:
4949
protocol: TCP
5050
port: 80
5151
- name: "allow-to-hufflepuff-at-port-8080"
52-
action: "Allow"
52+
action: "Accept"
5353
to:
5454
- namespaces:
5555
matchLabels:

conformance/base/admin_tier/standard-egress-udp-rules.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
kubernetes.io/metadata.name: network-policy-conformance-hufflepuff
1212
egress:
1313
- name: "allow-to-ravenclaw-everything"
14-
action: "Allow"
14+
action: "Accept"
1515
to:
1616
- namespaces:
1717
matchLabels:
@@ -49,7 +49,7 @@ spec:
4949
protocol: UDP
5050
port: 5353
5151
- name: "allow-to-gryffindor-at-port-53"
52-
action: "Allow"
52+
action: "Accept"
5353
to:
5454
- namespaces:
5555
matchLabels:

conformance/base/admin_tier/standard-gress-rules-combined.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
kubernetes.io/metadata.name: network-policy-conformance-gryffindor
1212
egress:
1313
- name: "allow-to-ravenclaw-everything"
14-
action: "Allow"
14+
action: "Accept"
1515
to:
1616
- namespaces:
1717
matchLabels:
@@ -61,7 +61,7 @@ spec:
6161
protocol: SCTP
6262
port: 9003
6363
- name: "allow-to-hufflepuff-at-ports-8080-5353-9003"
64-
action: "Allow"
64+
action: "Accept"
6565
to:
6666
- namespaces:
6767
matchLabels:
@@ -84,7 +84,7 @@ spec:
8484
kubernetes.io/metadata.name: network-policy-conformance-hufflepuff
8585
ingress:
8686
- name: "allow-from-ravenclaw-everything"
87-
action: "Allow"
87+
action: "Accept"
8888
from:
8989
- namespaces:
9090
matchLabels:
@@ -134,7 +134,7 @@ spec:
134134
protocol: SCTP
135135
port: 9003
136136
- name: "allow-from-hufflepuff-at-port-80-5353-9003"
137-
action: "Allow"
137+
action: "Accept"
138138
from:
139139
- namespaces:
140140
matchLabels:

conformance/base/admin_tier/standard-ingress-sctp-rules.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
kubernetes.io/metadata.name: network-policy-conformance-ravenclaw
1212
ingress:
1313
- name: "allow-from-gryffindor-everything"
14-
action: "Allow"
14+
action: "Accept"
1515
from:
1616
- namespaces:
1717
matchLabels:
@@ -49,7 +49,7 @@ spec:
4949
protocol: SCTP
5050
port: 9003
5151
- name: "allow-from-hufflepuff-at-port-9003"
52-
action: "Allow"
52+
action: "Accept"
5353
from:
5454
- namespaces:
5555
matchLabels:

conformance/base/admin_tier/standard-ingress-tcp-rules.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
kubernetes.io/metadata.name: network-policy-conformance-gryffindor
1212
ingress:
1313
- name: "allow-from-ravenclaw-everything"
14-
action: "Allow"
14+
action: "Accept"
1515
from:
1616
- namespaces:
1717
matchLabels:
@@ -49,7 +49,7 @@ spec:
4949
protocol: TCP
5050
port: 80
5151
- name: "allow-from-hufflepuff-at-port-80"
52-
action: "Allow"
52+
action: "Accept"
5353
from:
5454
- namespaces:
5555
matchLabels:

conformance/base/admin_tier/standard-ingress-udp-rules.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
kubernetes.io/metadata.name: network-policy-conformance-hufflepuff
1212
ingress:
1313
- name: "allow-from-ravenclaw-everything"
14-
action: "Allow"
14+
action: "Accept"
1515
from:
1616
- namespaces:
1717
matchLabels:
@@ -49,7 +49,7 @@ spec:
4949
protocol: UDP
5050
port: 5353
5151
- name: "allow-from-gryffindor-at-port-53"
52-
action: "Allow"
52+
action: "Accept"
5353
from:
5454
- namespaces:
5555
matchLabels:

conformance/base/admin_tier/standard-priority-field.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ spec:
9191
conformance-house: gryffindor
9292
ingress:
9393
- name: "allow-all-ingress-from-slytherin"
94-
action: "Allow"
94+
action: "Accept"
9595
from:
9696
- pods:
9797
namespaceSelector:
@@ -102,7 +102,7 @@ spec:
102102
conformance-house: slytherin
103103
egress:
104104
- name: "allow-all-egress-to-slytherin"
105-
action: "Allow"
105+
action: "Accept"
106106
to:
107107
- pods:
108108
namespaceSelector:

0 commit comments

Comments
 (0)