class Pyrite::Api::Core::V1::EnvFromSource
- Pyrite::Api::Core::V1::EnvFromSource
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
EnvFromSource represents the source of a set of ConfigMaps
Defined in:
versions/v1.14/api/core/v1/env_from_source.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
EnvFromSource represents the source of a set of ConfigMaps
-
.new(pull : JSON::PullParser)
EnvFromSource represents the source of a set of ConfigMaps
- .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 methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
EnvFromSource represents the source of a set of ConfigMaps
def self.new(*, config_map_ref : Api::Core::V1::ConfigMapEnvSource? = nil, prefix : String? = nil, secret_ref : Api::Core::V1::SecretEnvSource? = nil)
#