Class: Google::Cloud::Container::V1beta1::MeshCertificates
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::MeshCertificates
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
Instance Attribute Summary collapse
-
#enable_certificates ⇒ ::Google::Protobuf::BoolValue
Enable_certificates controls issuance of workload mTLS certificates.
Instance Attribute Details
#enable_certificates ⇒ ::Google::Protobuf::BoolValue
6689 6690 6691 6692 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 6689 class MeshCertificates include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |