public sealed class MeshCertificates : IMessage<MeshCertificates>, IEquatable<MeshCertificates>, IDeepCloneable<MeshCertificates>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class MeshCertificates.
Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
Implements
IMessageMeshCertificates, IEquatableMeshCertificates, IDeepCloneableMeshCertificates, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
MeshCertificates()
public MeshCertificates()
MeshCertificates(MeshCertificates)
public MeshCertificates(MeshCertificates other)
Parameter | |
---|---|
Name | Description |
other | MeshCertificates |
Properties
EnableCertificates
public bool? EnableCertificates { get; set; }
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][google.container.v1.WorkloadIdentityConfig.workload_pool] must be non-empty).
Property Value | |
---|---|
Type | Description |
bool |