IstioIngressGatewayArgs

data class IstioIngressGatewayArgs(val enabled: Output<Boolean>, val mode: Output<Either<String, IstioIngressGatewayMode>>) : ConvertibleToJava<IstioIngressGatewayArgs>

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: Output<Boolean>, mode: Output<Either<String, IstioIngressGatewayMode>>)

Properties

Link copied to clipboard
val enabled: Output<Boolean>

Whether to enable the ingress gateway.

Link copied to clipboard
val mode: Output<Either<String, IstioIngressGatewayMode>>

Mode of an ingress gateway.

Functions

Link copied to clipboard
open override fun toJava(): IstioIngressGatewayArgs