Skip to content

Commit

Permalink
Add mesh egress filter to CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
Efe Selcuk committed Mar 6, 2020
1 parent 009c46e commit d05ef53
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 d05ef53

Please sign in to comment.