class Pyrite::Api::Core::V1::AttachedVolume

Overview

AttachedVolume describes a volume attached to a node

Defined in:

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

AttachedVolume describes a volume attached to a node


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

AttachedVolume describes a volume attached to a node


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) #