Struct k8s_openapi::api::core::v1::SecretEnvSource [−][src]
Expand description
SecretEnvSource selects a Secret to populate the environment variables with.
The contents of the target Secret’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 Secret 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 SecretEnvSource
impl Send for SecretEnvSource
impl Sync for SecretEnvSource
impl Unpin for SecretEnvSource
impl UnwindSafe for SecretEnvSource
Blanket Implementations
Mutably borrows from an owned value. Read more