ClusterAddonsConfigIstioConfig

data class ClusterAddonsConfigIstioConfig(val auth: String? = null, val disabled: Boolean)

Constructors

Link copied to clipboard
constructor(auth: String? = null, disabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val auth: String? = null

The authentication type between services in Istio. Available options include AUTH_MUTUAL_TLS.

Link copied to clipboard

The status of the Istio addon, which makes it easy to set up Istio for services in a cluster. It is disabled by default. Set disabled = false to enable.