class K8S::Api::Core::V1::ConfigMapKeySelector
- K8S::Api::Core::V1::ConfigMapKeySelector
- Reference
- Object
Overview
Selects a key from a ConfigMap.
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.21/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?)