Class: Google::Cloud::Container::V1beta1::SecretSyncConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::SecretSyncConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Configuration for sync Secret Manager secrets as k8s secrets.
Defined Under Namespace
Classes: SyncRotationConfig
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Enable/Disable Secret Sync Config.
-
#rotation_config ⇒ ::Google::Cloud::Container::V1beta1::SecretSyncConfig::SyncRotationConfig
Rotation config for secret manager.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Enable/Disable Secret Sync Config.
8190 8191 8192 8193 8194 8195 8196 8197 8198 8199 8200 8201 8202 8203 8204 8205 8206 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 8190 class SecretSyncConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # SyncRotationConfig is config for secret manager auto rotation. # @!attribute [rw] enabled # @return [::Boolean] # Whether the rotation is enabled. # @!attribute [rw] rotation_interval # @return [::Google::Protobuf::Duration] # The interval between two consecutive rotations. Default rotation interval # is 2 minutes. class SyncRotationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#rotation_config ⇒ ::Google::Cloud::Container::V1beta1::SecretSyncConfig::SyncRotationConfig
Returns Rotation config for secret manager.
8190 8191 8192 8193 8194 8195 8196 8197 8198 8199 8200 8201 8202 8203 8204 8205 8206 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 8190 class SecretSyncConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # SyncRotationConfig is config for secret manager auto rotation. # @!attribute [rw] enabled # @return [::Boolean] # Whether the rotation is enabled. # @!attribute [rw] rotation_interval # @return [::Google::Protobuf::Duration] # The interval between two consecutive rotations. Default rotation interval # is 2 minutes. class SyncRotationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |