class Pyrite::Api::Core::V1::LocalVolumeSource

Overview

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

Defined in:

versions/v1.14/api/core/v1/local_volume_source.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) #

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


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

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


def self.new(*, fs_type : String? = nil, path : String) #

Instance Method Detail

def fs_type : String? #

def fs_type=(fs_type : String?) #

def path : String #

def path=(path : String) #