Skip to content

Commit b8fcae5

Browse files
deveshdamajnlycklama
authored andcommitted
egress gateway is part of IstioComponents definition (#25494)
1 parent 33f800d commit b8fcae5

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-06-02-preview/managedClusters.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7980,17 +7980,17 @@
79807980
"$ref": "#/definitions/IstioIngressGateway"
79817981
},
79827982
"x-ms-identifiers": []
7983+
},
7984+
"egressGateways": {
7985+
"type": "array",
7986+
"description": "Istio egress gateways.",
7987+
"items": {
7988+
"$ref": "#/definitions/IstioEgressGateway"
7989+
},
7990+
"x-ms-identifiers": []
79837991
}
79847992
}
79857993
},
7986-
"egressGateways": {
7987-
"type": "array",
7988-
"description": "Istio egress gateways.",
7989-
"items": {
7990-
"$ref": "#/definitions/IstioEgressGateway"
7991-
},
7992-
"x-ms-identifiers": []
7993-
},
79947994
"IstioIngressGateway": {
79957995
"type": "object",
79967996
"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`.",

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-07-02-preview/managedClusters.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8246,17 +8246,17 @@
82468246
"$ref": "#/definitions/IstioIngressGateway"
82478247
},
82488248
"x-ms-identifiers": []
8249+
},
8250+
"egressGateways": {
8251+
"type": "array",
8252+
"description": "Istio egress gateways.",
8253+
"items": {
8254+
"$ref": "#/definitions/IstioEgressGateway"
8255+
},
8256+
"x-ms-identifiers": []
82498257
}
82508258
}
82518259
},
8252-
"egressGateways": {
8253-
"type": "array",
8254-
"description": "Istio egress gateways.",
8255-
"items": {
8256-
"$ref": "#/definitions/IstioEgressGateway"
8257-
},
8258-
"x-ms-identifiers": []
8259-
},
82608260
"IstioIngressGateway": {
82618261
"type": "object",
82628262
"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`.",

0 commit comments

Comments
 (0)