Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::WorkloadCertificates.
Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enable_certificates
def enable_certificates() -> ::Google::Protobuf::BoolValue
-
(::Google::Protobuf::BoolValue) — 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).
#enable_certificates=
def enable_certificates=(value) -> ::Google::Protobuf::BoolValue
-
value (::Google::Protobuf::BoolValue) — 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).
-
(::Google::Protobuf::BoolValue) — 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).