Google Kubernetes Engine v1 API - Class WorkloadIdentityConfig (3.17.0)

public sealed class WorkloadIdentityConfig : IMessage<WorkloadIdentityConfig>, IEquatable<WorkloadIdentityConfig>, IDeepCloneable<WorkloadIdentityConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class WorkloadIdentityConfig.

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

Inheritance

object > WorkloadIdentityConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

WorkloadIdentityConfig()

public WorkloadIdentityConfig()

WorkloadIdentityConfig(WorkloadIdentityConfig)

public WorkloadIdentityConfig(WorkloadIdentityConfig other)
Parameter
NameDescription
otherWorkloadIdentityConfig

Properties

WorkloadPool

public string WorkloadPool { get; set; }

The workload pool to attach all Kubernetes service accounts to.

Property Value
TypeDescription
string