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 webpage provides reference documentation and code samples for the `MeshCertificates` class within the Google Kubernetes Engine v1 API, with the current displayed version being 3.30.0."],["This class, `MeshCertificates`, is used to configure the issuance of mTLS keys and certificates to Kubernetes pods, and it inherits from `object` while implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation includes a comprehensive list of previous versions, starting from 3.33.0 (latest) down to 2.3.0, allowing users to browse through different iterations of the `MeshCertificates` class."],["The `EnableCertificates` property, a boolean, controls whether workload mTLS certificates will be issued, and it requires Workload Identity to be configured."],["The webpage details the constructors for `MeshCertificates`, including a default constructor and one that accepts another `MeshCertificates` instance as a parameter, along with descriptions of these constructors."]]],[]]