class K8S::Api::Core::V1::KeyToPath

Overview

Maps a string key to a path within a volume.

Included Modules

Defined in:

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

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

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

[View source]

Instance Method Detail

def key : String #

[View source]
def key=(key : String) #

[View source]
def mode : Int32? #

[View source]
def mode=(mode : Int32?) #

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]