class K8S::Api::Core::V1::ConfigMapKeySelector

Overview

Selects a key from a ConfigMap.

Included Modules

Defined in:

versions/v1.18/api/core/v1/config_map_key_selector.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(*, key : String, name : String? = nil, optional : Bool? = nil) #

[View source]

Instance Method Detail

def key : String #

[View source]
def key=(key : String) #

[View source]
def name : String? #

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

[View source]
def optional : Bool? #

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

[View source]