Class WorkloadCertificates
Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class WorkloadCertificates : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableCertificates
enable_certificates controls issuance of workload mTLS certificates. If set, the GKE Workload Identity Certificates controller and node agent will be deployed in the cluster, which can then be configured by creating a WorkloadCertificateConfig Custom Resource. Requires Workload Identity (workload_pool must be non-empty).
Declaration
[JsonProperty("enableCertificates")]
public virtual bool? EnableCertificates { get; set; }
Property Value
Type | Description |
---|---|
bool? |