class K8S::Api::Core::V1::ConfigMapEnvSource

Overview

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.

Included Modules

Defined in:

versions/v1.13/api/core/v1/config_map_env_source.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, name : String? = nil, optional : Bool? = nil) #

[View source]

Instance Method Detail

def name : String? #

[View source]
def name=(name : String?) #

[View source]
def optional : Bool? #

[View source]
def optional=(optional : Bool?) #

[View source]