class K8S::Api::Core::V1::SecretEnvSource
- K8S::Api::Core::V1::SecretEnvSource
- Reference
- Object
Overview
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.
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.13/api/core/v1/secret_env_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, name : String? = nil, optional : Bool? = nil)