Class EnvVarSource
EnvVarSource represents a source for the value of an EnvVar.
Implements
Inherited Members
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 |