class K8S::Api::Core::V1::LocalVolumeSource

Overview

Local represents directly-attached storage with node affinity (Beta feature)

Included Modules

Defined in:

versions/v1.11/api/core/v1/local_volume_source.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(*, path : String) #

[View source]

Instance Method Detail

def path : String #

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

[View source]