class Pyrite::Api::Core::V1::VolumeDevice

Overview

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

Defined in:

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

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


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

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


def self.new(*, device_path : String, name : String) #

Instance Method Detail

def device_path : String #

def device_path=(device_path : String) #

def name : String #

def name=(name : String) #