Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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