GoogleApi.Container.V1.Model.MeshCertificates (google_api_container v0.57.0)

View Source

Configuration for issuance of mTLS keys and certificates to Kubernetes pods.

Attributes

  • enableCertificates (type: boolean(), default: nil) - 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).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Container.V1.Model.MeshCertificates{
  enableCertificates: boolean() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.