IstioConfigArgs

data class IstioConfigArgs(val auth: Output<IstioConfigAuth>? = null, val disabled: Output<Boolean>? = null) : ConvertibleToJava<IstioConfigArgs>

Configuration options for Istio addon.

Constructors

Link copied to clipboard
fun IstioConfigArgs(auth: Output<IstioConfigAuth>? = null, disabled: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val auth: Output<IstioConfigAuth>? = null

The specified Istio auth mode, either none, or mutual TLS.

Link copied to clipboard
val disabled: Output<Boolean>? = null

Whether Istio is enabled for this cluster.