Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::SecretSyncConfig.
Configuration for sync Secret Manager secrets as k8s secrets.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enabled
def enabled() -> ::Boolean
Returns
- (::Boolean) — Enable/Disable Secret Sync Config.
#enabled=
def enabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Enable/Disable Secret Sync Config.
Returns
- (::Boolean) — Enable/Disable Secret Sync Config.
#rotation_config
def rotation_config() -> ::Google::Cloud::Container::V1beta1::SecretSyncConfig::SyncRotationConfig
Returns
- (::Google::Cloud::Container::V1beta1::SecretSyncConfig::SyncRotationConfig) — Rotation config for secret manager.
#rotation_config=
def rotation_config=(value) -> ::Google::Cloud::Container::V1beta1::SecretSyncConfig::SyncRotationConfig
Parameter
- value (::Google::Cloud::Container::V1beta1::SecretSyncConfig::SyncRotationConfig) — Rotation config for secret manager.
Returns
- (::Google::Cloud::Container::V1beta1::SecretSyncConfig::SyncRotationConfig) — Rotation config for secret manager.