IstioConfigResponse

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

Configuration options for Istio addon.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Whether Istio is enabled for this cluster.