Show / Hide Table of Contents

Class EnvVarSource

EnvVarSource represents a source for the value of an EnvVar.

Inheritance
object
EnvVarSource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class EnvVarSource : IDirectResponseSchema

Properties

ConfigMapKeyRef

Not supported by Cloud Run. Not supported in Cloud Run.

Declaration
[JsonProperty("configMapKeyRef")]
public virtual ConfigMapKeySelector ConfigMapKeyRef { get; set; }
Property Value
Type Description
ConfigMapKeySelector

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SecretKeyRef

Selects a key (version) of a secret in Secret Manager.

Declaration
[JsonProperty("secretKeyRef")]
public virtual SecretKeySelector SecretKeyRef { get; set; }
Property Value
Type Description
SecretKeySelector

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX