Class: Google::Cloud::Container::V1::WorkloadIdentityConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::WorkloadIdentityConfig
- 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
-
#workload_pool ⇒ ::String
The workload pool to attach all Kubernetes service accounts to.
Instance Attribute Details
#workload_pool ⇒ ::String
Returns The workload pool to attach all Kubernetes service accounts to.
4752 4753 4754 4755 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4752 class WorkloadIdentityConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |