class Pyrite::Api::Core::V1::KeyToPath

Overview

Maps a string key to a path within a volume.

Defined in:

versions/v1.14/api/core/v1/key_to_path.cr

Constructors

Instance Method Summary

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.


def self.new(pull : JSON::PullParser) #

Maps a string key to a path within a volume.


def self.new(*, key : String, mode : Int32? = nil, path : String) #

Instance Method Detail

def key : String #

def key=(key : String) #

def mode : Int32? #

def mode=(mode : Int32?) #

def path : String #

def path=(path : String) #