Interface WorkloadIdentityConfigOrBuilder (2.44.0)

public interface WorkloadIdentityConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIdentityNamespace() (deprecated)

public abstract String getIdentityNamespace()

Deprecated. google.container.v1beta1.WorkloadIdentityConfig.identity_namespace is deprecated. See google/container/v1beta1/cluster_service.proto;l=5204

IAM Identity Namespace to attach all Kubernetes Service Accounts to.

string identity_namespace = 1 [deprecated = true];

Returns
TypeDescription
String

The identityNamespace.

getIdentityNamespaceBytes() (deprecated)

public abstract ByteString getIdentityNamespaceBytes()

Deprecated. google.container.v1beta1.WorkloadIdentityConfig.identity_namespace is deprecated. See google/container/v1beta1/cluster_service.proto;l=5204

IAM Identity Namespace to attach all Kubernetes Service Accounts to.

string identity_namespace = 1 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for identityNamespace.

getIdentityProvider()

public abstract String getIdentityProvider()

identity provider is the third party identity provider.

string identity_provider = 3;

Returns
TypeDescription
String

The identityProvider.

getIdentityProviderBytes()

public abstract ByteString getIdentityProviderBytes()

identity provider is the third party identity provider.

string identity_provider = 3;

Returns
TypeDescription
ByteString

The bytes for identityProvider.

getWorkloadPool()

public abstract String getWorkloadPool()

The workload pool to attach all Kubernetes service accounts to.

string workload_pool = 2;

Returns
TypeDescription
String

The workloadPool.

getWorkloadPoolBytes()

public abstract ByteString getWorkloadPoolBytes()

The workload pool to attach all Kubernetes service accounts to.

string workload_pool = 2;

Returns
TypeDescription
ByteString

The bytes for workloadPool.