GetClusterAddonsConfigIstioConfig

data class GetClusterAddonsConfigIstioConfig(val auth: String, val disabled: Boolean)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.