Interface IstioConfigOrBuilder (2.3.6)

public interface IstioConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAuth()

public abstract IstioConfig.IstioAuthMode getAuth()

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

.google.container.v1beta1.IstioConfig.IstioAuthMode auth = 2 [deprecated = true];

Returns
TypeDescription
IstioConfig.IstioAuthMode

The auth.

getAuthValue()

public abstract int getAuthValue()

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

.google.container.v1beta1.IstioConfig.IstioAuthMode auth = 2 [deprecated = true];

Returns
TypeDescription
int

The enum numeric value on the wire for auth.

getDisabled()

public abstract boolean getDisabled()

Whether Istio is enabled for this cluster.

bool disabled = 1 [deprecated = true];

Returns
TypeDescription
boolean

The disabled.