class Pyrite::Api::Core::V1::ConfigMapKeySelector
Overview
Selects a key from a ConfigMap.
Defined in:
versions/v1.14/api/core/v1/config_map_key_selector.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Selects a key from a ConfigMap.
-
.new(pull : JSON::PullParser)
Selects a key from a ConfigMap.
- .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?)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new