class K8S::Api::Core::V1::ConfigMapKeySelector
- K8S::Api::Core::V1::ConfigMapKeySelector
 - Reference
 - Object
 
Overview
Selects a key from a ConfigMap.
Included Modules
- JSON::Serializable
 - JSON::Serializable::Unmapped
 - YAML::Serializable
 - YAML::Serializable::Unmapped
 
Defined in:
versions/v1.18/api/core/v1/config_map_key_selector.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, key : String, name : String? = nil, optional : Bool? = nil)
 
Instance Method Summary
- #key : String
 - #key=(key : String)
 - #name : String?
 - #name=(name : String?)
 - #optional : Bool?
 - #optional=(optional : Bool?)