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.
Implements
IMessageEnvVarSource, IEquatableEnvVarSource, IDeepCloneableEnvVarSource, 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 |