Interface WorkloadIdentityConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    WorkloadIdentityConfig, WorkloadIdentityConfig.Builder

    public interface WorkloadIdentityConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      String getIdentityNamespace()
      Deprecated.
      google.container.v1beta1.WorkloadIdentityConfig.identity_namespace is deprecated.
      com.google.protobuf.ByteString getIdentityNamespaceBytes()
      Deprecated.
      google.container.v1beta1.WorkloadIdentityConfig.identity_namespace is deprecated.
      String getIdentityProvider()
      identity provider is the third party identity provider.
      com.google.protobuf.ByteString getIdentityProviderBytes()
      identity provider is the third party identity provider.
      String getWorkloadPool()
      The workload pool to attach all Kubernetes service accounts to.
      com.google.protobuf.ByteString getWorkloadPoolBytes()
      The workload pool to attach all Kubernetes service accounts to.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getIdentityNamespace

        @Deprecated
        String getIdentityNamespace()
        Deprecated.
        google.container.v1beta1.WorkloadIdentityConfig.identity_namespace is deprecated. See google/container/v1beta1/cluster_service.proto;l=5046
         IAM Identity Namespace to attach all Kubernetes Service Accounts to.
         
        string identity_namespace = 1 [deprecated = true];
        Returns:
        The identityNamespace.
      • getIdentityNamespaceBytes

        @Deprecated
        com.google.protobuf.ByteString getIdentityNamespaceBytes()
        Deprecated.
        google.container.v1beta1.WorkloadIdentityConfig.identity_namespace is deprecated. See google/container/v1beta1/cluster_service.proto;l=5046
         IAM Identity Namespace to attach all Kubernetes Service Accounts to.
         
        string identity_namespace = 1 [deprecated = true];
        Returns:
        The bytes for identityNamespace.
      • getWorkloadPool

        String getWorkloadPool()
         The workload pool to attach all Kubernetes service accounts to.
         
        string workload_pool = 2;
        Returns:
        The workloadPool.
      • getWorkloadPoolBytes

        com.google.protobuf.ByteString getWorkloadPoolBytes()
         The workload pool to attach all Kubernetes service accounts to.
         
        string workload_pool = 2;
        Returns:
        The bytes for workloadPool.
      • getIdentityProvider

        String getIdentityProvider()
         identity provider is the third party identity provider.
         
        string identity_provider = 3;
        Returns:
        The identityProvider.
      • getIdentityProviderBytes

        com.google.protobuf.ByteString getIdentityProviderBytes()
         identity provider is the third party identity provider.
         
        string identity_provider = 3;
        Returns:
        The bytes for identityProvider.