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.
9118 9119 9120 9121 9122 9123 9124 9125 9126 9127 9128 9129 9130 9131 9132 9133 9134 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 9118 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.
9118 9119 9120 9121 9122 9123 9124 9125 9126 9127 9128 9129 9130 9131 9132 9133 9134 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 9118 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 |