Skip to content

Commit

Permalink
add egress validate ns match (#3727)
Browse files Browse the repository at this point in the history
Signed-off-by: Qiyue Yao <yaoq@vmware.com>
  • Loading branch information
qiyueyao authored May 6, 2022
1 parent 7673d42 commit fe21260
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/charts/antrea/templates/crds/clusternetworkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,8 @@ spec:
type: object
properties:
match:
enum:
- Self
type: string
ipBlock:
type: object
Expand Down
2 changes: 2 additions & 0 deletions build/yamls/antrea-aks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,8 @@ spec:
type: object
properties:
match:
enum:
- Self
type: string
ipBlock:
type: object
Expand Down
2 changes: 2 additions & 0 deletions build/yamls/antrea-eks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,8 @@ spec:
type: object
properties:
match:
enum:
- Self
type: string
ipBlock:
type: object
Expand Down
2 changes: 2 additions & 0 deletions build/yamls/antrea-gke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,8 @@ spec:
type: object
properties:
match:
enum:
- Self
type: string
ipBlock:
type: object
Expand Down
2 changes: 2 additions & 0 deletions build/yamls/antrea-ipsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1258,6 +1258,8 @@ spec:
type: object
properties:
match:
enum:
- Self
type: string
ipBlock:
type: object
Expand Down
2 changes: 2 additions & 0 deletions build/yamls/antrea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,8 @@ spec:
type: object
properties:
match:
enum:
- Self
type: string
ipBlock:
type: object
Expand Down

0 comments on commit fe21260

Please sign in to comment.