google_api_cloud_run v0.1.0 GoogleApi.CloudRun.V1alpha1.Model.ConfigMapEnvSource View Source
ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.
The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.
Attributes
- localObjectReference (GoogleApi.CloudRun.V1alpha1.Model.LocalObjectReference.t): The ConfigMap to select from. Defaults to
nil
. - optional (boolean()): Specify whether the ConfigMap must be defined
+optional Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.CloudRun.V1alpha1.Model.ConfigMapEnvSource{
localObjectReference:
GoogleApi.CloudRun.V1alpha1.Model.LocalObjectReference.t(),
optional: boolean()
}
t() :: %GoogleApi.CloudRun.V1alpha1.Model.ConfigMapEnvSource{ localObjectReference: GoogleApi.CloudRun.V1alpha1.Model.LocalObjectReference.t(), optional: boolean() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.