class K8S::Api::Core::V1::VolumeDevice

Overview

volumeDevice describes a mapping of a raw block device within a container.

Included Modules

Defined in:

versions/v1.14/api/core/v1/volume_device.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]