Class EnvVarSource
Cloud Run fully managed: not supported
Cloud Run for Anthos: supported
EnvVarSource represents a source for the value of an EnvVar.
Inheritance
System.Object
EnvVarSource
Implements
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class EnvVarSource : object, IDirectResponseSchema
Properties
ConfigMapKeyRef
(Optional)
Cloud Run fully managed: not supported
Cloud Run for Anthos: supported
Selects a key of a ConfigMap.
Declaration
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 |
|---|---|
| System.String |
SecretKeyRef
(Optional)
Cloud Run fully managed: not supported
Cloud Run for Anthos: supported
Selects a key of a secret in the pod's namespace
Declaration
public virtual SecretKeySelector SecretKeyRef { get; set; }
Property Value
| Type | Description |
|---|---|
| SecretKeySelector |