class Google::Apis::ContainerV1::WorkloadIdentityConfig

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

Attributes

workload_pool[RW]

The workload pool to attach all Kubernetes service accounts to. Corresponds to the JSON property `workloadPool` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/container_v1/classes.rb, line 5022
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/container_v1/classes.rb, line 5027
def update!(**args)
  @workload_pool = args[:workload_pool] if args.key?(:workload_pool)
end