public interface WorkloadIdentityConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIdentityNamespace()
public abstract String getIdentityNamespace()IAM Identity Namespace to attach all Kubernetes Service Accounts to.
string identity_namespace = 1 [deprecated = true];
| Type | Description |
| String | The identityNamespace. |
getIdentityNamespaceBytes()
public abstract ByteString getIdentityNamespaceBytes()IAM Identity Namespace to attach all Kubernetes Service Accounts to.
string identity_namespace = 1 [deprecated = true];
| Type | Description |
| ByteString | The bytes for identityNamespace. |
getIdentityProvider()
public abstract String getIdentityProvider()identity provider is the third party identity provider.
string identity_provider = 3;
| Type | Description |
| String | The identityProvider. |
getIdentityProviderBytes()
public abstract ByteString getIdentityProviderBytes()identity provider is the third party identity provider.
string identity_provider = 3;
| Type | Description |
| ByteString | The bytes for identityProvider. |
getWorkloadPool()
public abstract String getWorkloadPool()The workload pool to attach all Kubernetes service accounts to.
string workload_pool = 2;
| Type | Description |
| String | The workloadPool. |
getWorkloadPoolBytes()
public abstract ByteString getWorkloadPoolBytes()The workload pool to attach all Kubernetes service accounts to.
string workload_pool = 2;
| Type | Description |
| ByteString | The bytes for workloadPool. |