Class: Google::Cloud::Container::V1::SecretSyncConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::SecretSyncConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/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::V1::SecretSyncConfig::SyncRotationConfig
Rotation config for secret manager.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Enable/Disable Secret Sync Config.
8369 8370 8371 8372 8373 8374 8375 8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 8369 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::V1::SecretSyncConfig::SyncRotationConfig
Returns Rotation config for secret manager.
8369 8370 8371 8372 8373 8374 8375 8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 8369 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 |