class K8S::Api::Core::V1::KeyToPath
- K8S::Api::Core::V1::KeyToPath
- Reference
- Object
Overview
Maps a string key to a path within a volume.
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.13/api/core/v1/key_to_path.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, key : String, path : String, mode : Int32? = nil)
Instance Method Summary
- #key : String
- #key=(key : String)
- #mode : Int32?
- #mode=(mode : Int32?)
- #path : String
- #path=(path : String)