Struct k8s_openapi::api::core::v1::ConfigMapEnvSource [−][src]
Expand description
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.
Fields
name: Option<String>
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optional: Option<bool>
Specify whether the ConfigMap must be defined
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ConfigMapEnvSource
impl Send for ConfigMapEnvSource
impl Sync for ConfigMapEnvSource
impl Unpin for ConfigMapEnvSource
impl UnwindSafe for ConfigMapEnvSource
Blanket Implementations
Mutably borrows from an owned value. Read more