Interface WorkloadIdentityConfigOrBuilder (2.4.1)

public interface WorkloadIdentityConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIdentityNamespace()

public abstract String getIdentityNamespace()

IAM Identity Namespace to attach all Kubernetes Service Accounts to.

string identity_namespace = 1 [deprecated = true];

Returns
TypeDescription
String

The identityNamespace.

getIdentityNamespaceBytes()

public abstract ByteString getIdentityNamespaceBytes()

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.