Show / Hide Table of Contents

Class EnvFromSource

Not supported by Cloud Run. EnvFromSource represents the source of a set of ConfigMaps

Inheritance
object
EnvFromSource
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX