IstioIngressGatewayResponse

data class IstioIngressGatewayResponse(val enabled: Boolean, val mode: String)

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.

Constructors

Link copied to clipboard
constructor(enabled: Boolean, mode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to enable the ingress gateway.

Link copied to clipboard

Mode of an ingress gateway.