Skip to content

Commit

Permalink
egress gateway is part of IstioComponents definition (#25494)
Browse files Browse the repository at this point in the history
  • Loading branch information
deveshdama authored Sep 12, 2023
1 parent be4c248 commit 250a8bb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7980,17 +7980,17 @@
"$ref": "#/definitions/IstioIngressGateway"
},
"x-ms-identifiers": []
},
"egressGateways": {
"type": "array",
"description": "Istio egress gateways.",
"items": {
"$ref": "#/definitions/IstioEgressGateway"
},
"x-ms-identifiers": []
}
}
},
"egressGateways": {
"type": "array",
"description": "Istio egress gateways.",
"items": {
"$ref": "#/definitions/IstioEgressGateway"
},
"x-ms-identifiers": []
},
"IstioIngressGateway": {
"type": "object",
"description": "Istio ingress gateway configuration. For now, we support up to one external ingress gateway named `aks-istio-ingressgateway-external` and one internal ingress gateway named `aks-istio-ingressgateway-internal`.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8246,17 +8246,17 @@
"$ref": "#/definitions/IstioIngressGateway"
},
"x-ms-identifiers": []
},
"egressGateways": {
"type": "array",
"description": "Istio egress gateways.",
"items": {
"$ref": "#/definitions/IstioEgressGateway"
},
"x-ms-identifiers": []
}
}
},
"egressGateways": {
"type": "array",
"description": "Istio egress gateways.",
"items": {
"$ref": "#/definitions/IstioEgressGateway"
},
"x-ms-identifiers": []
},
"IstioIngressGateway": {
"type": "object",
"description": "Istio ingress gateway configuration. For now, we support up to one external ingress gateway named `aks-istio-ingressgateway-external` and one internal ingress gateway named `aks-istio-ingressgateway-internal`.",
Expand Down

0 comments on commit 250a8bb

Please sign in to comment.