class K8S::Api::Core::V1::SecretKeySelector
- K8S::Api::Core::V1::SecretKeySelector
- Reference
- Object
Overview
SecretKeySelector selects a key of a Secret.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.18/api/core/v1/secret_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?)