ConfigMapEnvSource class
Cloud Run fully managed: not supported Cloud Run for Anthos: supported 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.
Constructors
- ConfigMapEnvSource()
- ConfigMapEnvSource.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- localObjectReference ↔ LocalObjectReference
-
This field should not be used directly as it is meant to be inlined
directly into the message. Use the "name" field instead.
read / write
- name ↔ String
-
Cloud Run fully managed: not supported Cloud Run for Anthos: supported The
ConfigMap to select from.
read / write
- optional ↔ bool
-
(Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
supported Specify whether the ConfigMap must be defined
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited