Class EnvVarSource (1.0.0-beta02)

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

EnvVarSource represents a source for the value of an EnvVar.

Inheritance

Object > EnvVarSource

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

EnvVarSource()

public EnvVarSource()

EnvVarSource(EnvVarSource)

public EnvVarSource(EnvVarSource other)
Parameter
NameDescription
otherEnvVarSource

Properties

SecretKeyRef

public SecretKeySelector SecretKeyRef { get; set; }

Selects a secret and a specific version from Cloud Secret Manager.

Property Value
TypeDescription
SecretKeySelector