public sealed class WorkloadIdentityConfig : IMessage<WorkloadIdentityConfig>, IEquatable<WorkloadIdentityConfig>, IDeepCloneable<WorkloadIdentityConfig>, IBufferMessage, IMessageConfiguration for the use of Kubernetes Service Accounts in GCP IAM policies.
Implements
IMessage<WorkloadIdentityConfig>, IEquatable<WorkloadIdentityConfig>, IDeepCloneable<WorkloadIdentityConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
WorkloadIdentityConfig()
public WorkloadIdentityConfig()WorkloadIdentityConfig(WorkloadIdentityConfig)
public WorkloadIdentityConfig(WorkloadIdentityConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
WorkloadIdentityConfig |
Properties
WorkloadPool
public string WorkloadPool { get; set; }The workload pool to attach all Kubernetes service accounts to.
| Property Value | |
|---|---|
| Type | Description |
String |
|