class K8S::Api::Core::V1::AttachedVolume

Overview

AttachedVolume describes a volume attached to a node

Included Modules

Defined in:

versions/v1.15/api/core/v1/attached_volume.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(*, device_path : String, name : String) #

[View source]

Instance Method Detail

def device_path : String #

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

[View source]
def name : String #

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

[View source]