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

Overview

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

Included Modules

Defined in:

versions/v1.20/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, fs_type : String? = nil) #

[View source]

Instance Method Detail

def fs_type : String? #

[View source]
def fs_type=(fs_type : String?) #

[View source]
def path : String #

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

[View source]