Class IstioConfig (2.20.0)

IstioConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration options for Istio addon.

Attributes

NameDescription
disabled bool
Whether Istio is enabled for this cluster.
auth google.cloud.container_v1beta1.types.IstioConfig.IstioAuthMode
The specified Istio auth mode, either none, or mutual TLS.

Classes

IstioAuthMode

IstioAuthMode(value)

Istio auth mode, https://istio.io/docs/concepts/security/mutual-tls.html

Values: AUTH_NONE (0): auth not enabled AUTH_MUTUAL_TLS (1): auth mutual TLS enabled