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.
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).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the Google.Cloud.Container.V1 MeshCertificates is 3.33.0, with numerous prior versions available, including the current 3.20.0."],["MeshCertificates class provides configuration for issuing mTLS keys and certificates to Kubernetes pods within the Google Kubernetes Engine v1 API."],["The MeshCertificates class inherits from the base object class and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces."],["The EnableCertificates property, a nullable boolean, manages the issuance of workload mTLS certificates and requires Workload Identity to be configured."],["The documentation includes constructors for creating new instances of the MeshCertificates class, both with and without an existing MeshCertificates object."]]],[]]