Interface IstioConfigOrBuilder (2.44.0)

public interface IstioConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAuth() (deprecated)

public abstract IstioConfig.IstioAuthMode getAuth()

Deprecated. google.container.v1beta1.IstioConfig.auth is deprecated. See google/container/v1beta1/cluster_service.proto;l=1516

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() (deprecated)

public abstract int getAuthValue()

Deprecated. google.container.v1beta1.IstioConfig.auth is deprecated. See google/container/v1beta1/cluster_service.proto;l=1516

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() (deprecated)

public abstract boolean getDisabled()

Deprecated. google.container.v1beta1.IstioConfig.disabled is deprecated. See google/container/v1beta1/cluster_service.proto;l=1513

Whether Istio is enabled for this cluster.

bool disabled = 1 [deprecated = true];

Returns
TypeDescription
boolean

The disabled.