Google Kubernetes Engine v1 API - Class SecretSyncConfig (3.38.0)

public sealed class SecretSyncConfig : IMessage<SecretSyncConfig>, IEquatable<SecretSyncConfig>, IDeepCloneable<SecretSyncConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class SecretSyncConfig.

Configuration for sync Secret Manager secrets as k8s secrets.

Inheritance

object > SecretSyncConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

SecretSyncConfig()

public SecretSyncConfig()

SecretSyncConfig(SecretSyncConfig)

public SecretSyncConfig(SecretSyncConfig other)
Parameter
Name Description
other SecretSyncConfig

Properties

Enabled

public bool Enabled { get; set; }

Enable/Disable Secret Sync Config.

Property Value
Type Description
bool

HasEnabled

public bool HasEnabled { get; }

Gets whether the "enabled" field is set

Property Value
Type Description
bool

RotationConfig

public SecretSyncConfig.Types.SyncRotationConfig RotationConfig { get; set; }

Rotation config for secret manager.

Property Value
Type Description
SecretSyncConfigTypesSyncRotationConfig