Class: Google::Cloud::Container::V1beta1::SecretManagerConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::SecretManagerConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
SecretManagerConfig is config for secret manager enablement.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Whether the cluster is configured to use secret manager CSI component.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Whether the cluster is configured to use secret manager CSI component.
6402 6403 6404 6405 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 6402 class SecretManagerConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |