public interface IstioConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAuth() (deprecated)
public abstract IstioConfig.IstioAuthMode getAuth()Deprecated. google.container.v1beta1.IstioConfig.auth is deprecated. See google/container/v1beta1/cluster_service.proto;l=2201
The specified Istio auth mode, either none, or mutual TLS.
.google.container.v1beta1.IstioConfig.IstioAuthMode auth = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
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=2201
The specified Istio auth mode, either none, or mutual TLS.
.google.container.v1beta1.IstioConfig.IstioAuthMode auth = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
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=2198
Whether Istio is enabled for this cluster.
bool disabled = 1 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
boolean |
The disabled. |