public sealed class EnvVarSource : IMessage<EnvVarSource>, IEquatable<EnvVarSource>, IDeepCloneable<EnvVarSource>, IBufferMessage, IMessageEnvVarSource represents a source for the value of an EnvVar.
Implements
IMessage<EnvVarSource>, IEquatable<EnvVarSource>, IDeepCloneable<EnvVarSource>, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
EnvVarSource()
public EnvVarSource()EnvVarSource(EnvVarSource)
public EnvVarSource(EnvVarSource other)| Parameter | |
|---|---|
| Name | Description |
other |
EnvVarSource |
Properties
SecretKeyRef
public SecretKeySelector SecretKeyRef { get; set; }Selects a secret and a specific version from Cloud Secret Manager.
| Property Value | |
|---|---|
| Type | Description |
SecretKeySelector |
|