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."],[[["This webpage provides documentation for the `MeshCertificates` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, detailing its use for configuring mTLS key and certificate issuance to Kubernetes pods."],["The latest version available is 3.33.0, with a comprehensive list of versions ranging down to 2.3.0, each with links to their specific documentation."],["The `MeshCertificates` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is an extension of the base object class."],["Key functionality of the `MeshCertificates` class includes the ability to control the issuance of workload mTLS certificates via the `EnableCertificates` property, and requires workload identity to function."],["The documentation includes details on the class's constructors and the `EnableCertificates` property, including the conditions under which they can be used and the type of return value."]]],[]]