WorkloadCertificatesArgs

data class WorkloadCertificatesArgs(val enableCertificates: Output<Boolean>? = null) : ConvertibleToJava<WorkloadCertificatesArgs>

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

Constructors

Link copied to clipboard
fun WorkloadCertificatesArgs(enableCertificates: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): WorkloadCertificatesArgs

Properties

Link copied to clipboard
val enableCertificates: Output<Boolean>? = null

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).