Class EnvFromSource
Cloud Run fully managed: not supported
Cloud Run for Anthos: supported
EnvFromSource represents the source of a set of ConfigMaps
Inheritance
System.Object
EnvFromSource
Implements
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class EnvFromSource : object, IDirectResponseSchema
Properties
ConfigMapRef
(Optional)
Cloud Run fully managed: not supported
Cloud Run for Anthos: supported
The ConfigMap to select from
Declaration
public virtual ConfigMapEnvSource ConfigMapRef { get; set; }
Property Value
| Type | Description |
|---|---|
| ConfigMapEnvSource |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Prefix
(Optional)
Cloud Run fully managed: not supported
Cloud Run for Anthos: supported
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
Declaration
public virtual string Prefix { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SecretRef
(Optional)
Cloud Run fully managed: not supported
Cloud Run for Anthos: supported
The Secret to select from
Declaration
public virtual SecretEnvSource SecretRef { get; set; }
Property Value
| Type | Description |
|---|---|
| SecretEnvSource |