public sealed class SecretSyncConfig : IMessage<SecretSyncConfig>, IEquatable<SecretSyncConfig>, IDeepCloneable<SecretSyncConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class SecretSyncConfig.
Configuration for sync Secret Manager secrets as k8s secrets.
Implements
IMessageSecretSyncConfig, IEquatableSecretSyncConfig, IDeepCloneableSecretSyncConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
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 |
|