Class: Google::Cloud::Container::V1::WorkloadIdentityConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.

Instance Attribute Summary collapse

Instance Attribute Details

#workload_pool::String

Returns The workload pool to attach all Kubernetes service accounts to.

Returns:

  • (::String)

    The workload pool to attach all Kubernetes service accounts to.



4755
4756
4757
4758
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4755

class WorkloadIdentityConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end