class K8S::Api::Core::V1::EnvFromSource
- K8S::Api::Core::V1::EnvFromSource
- Reference
- Object
Overview
EnvFromSource represents the source of a set of ConfigMaps
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.18/api/core/v1/env_from_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, config_map_ref : Api::Core::V1::ConfigMapEnvSource? = nil, prefix : String? = nil, secret_ref : Api::Core::V1::SecretEnvSource? = nil)
Instance Method Summary
- #config_map_ref : Api::Core::V1::ConfigMapEnvSource?
- #config_map_ref=(config_map_ref : Api::Core::V1::ConfigMapEnvSource?)
- #prefix : String?
- #prefix=(prefix : String?)
- #secret_ref : Api::Core::V1::SecretEnvSource?
- #secret_ref=(secret_ref : Api::Core::V1::SecretEnvSource?)
Constructor Detail
def self.new(*, config_map_ref : Api::Core::V1::ConfigMapEnvSource? = nil, prefix : String? = nil, secret_ref : Api::Core::V1::SecretEnvSource? = nil)
#