Class EnvFromSource
Not supported by Cloud Run. EnvFromSource represents the source of a set of ConfigMaps
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class EnvFromSource : IDirectResponseSchema
Properties
ConfigMapRef
The ConfigMap to select from
Declaration
[JsonProperty("configMapRef")]
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 |
---|---|
string |
Prefix
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
Declaration
[JsonProperty("prefix")]
public virtual string Prefix { get; set; }
Property Value
Type | Description |
---|---|
string |
SecretRef
The Secret to select from
Declaration
[JsonProperty("secretRef")]
public virtual SecretEnvSource SecretRef { get; set; }
Property Value
Type | Description |
---|---|
SecretEnvSource |