class Pyrite::Api::Core::V1::KeyToPath
- Pyrite::Api::Core::V1::KeyToPath
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
Maps a string key to a path within a volume.
Defined in:
versions/v1.14/api/core/v1/key_to_path.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Maps a string key to a path within a volume.
-
.new(pull : JSON::PullParser)
Maps a string key to a path within a volume.
- .new(*, key : String, mode : Int32? = nil, path : String)
Instance Method Summary
- #key : String
- #key=(key : String)
- #mode : Int32?
- #mode=(mode : Int32?)
- #path : String
- #path=(path : String)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
Maps a string key to a path within a volume.