public interface WorkloadIdentityConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIdentityNamespace() (deprecated)
public abstract String getIdentityNamespace()Deprecated. google.container.v1beta1.WorkloadIdentityConfig.identity_namespace is deprecated. See google/container/v1beta1/cluster_service.proto;l=6255
IAM Identity Namespace to attach all Kubernetes Service Accounts to.
string identity_namespace = 1 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
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=6255
IAM Identity Namespace to attach all Kubernetes Service Accounts to.
string identity_namespace = 1 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for identityNamespace. |
getIdentityProvider()
public abstract String getIdentityProvider()identity provider is the third party identity provider.
string identity_provider = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The identityProvider. |
getIdentityProviderBytes()
public abstract ByteString getIdentityProviderBytes()identity provider is the third party identity provider.
string identity_provider = 3;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
String |
The workloadPool. |
getWorkloadPoolBytes()
public abstract ByteString getWorkloadPoolBytes()The workload pool to attach all Kubernetes service accounts to.
string workload_pool = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for workloadPool. |