Class: Google::Cloud::Container::V1beta1::SecretSyncConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#enabled::Boolean

Returns Enable/Disable Secret Sync Config.

Returns:

  • (::Boolean)

    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.

Returns:



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