Skip to content

Commit

Permalink
Merge pull request #77 from efe-selcuk/egressfilter
Browse files Browse the repository at this point in the history
Add mesh egress filter to CRD
  • Loading branch information
M00nF1sh committed Mar 12, 2020
2 parents 609cecd + d05ef53 commit 9eb0965
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions stable/appmesh-controller/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ spec:
properties:
spec:
properties:
egressFilter:
type: object
required:
- type
properties:
type:
type: string
enum:
- ALLOW_ALL
- DROP_ALL
serviceDiscoveryType:
type: string
enum:
Expand Down

0 comments on commit 9eb0965

Please sign in to comment.