Cloud Run Admin v2 API - Class EnvVarSource (2.7.0)

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

Reference documentation and code samples for the Cloud Run Admin v2 API class EnvVarSource.

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