class Pyrite::Api::Storage::V1::VolumeAttachmentSpec

Overview

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

Defined in:

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

VolumeAttachmentSpec is the specification of a VolumeAttachment request.


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

VolumeAttachmentSpec is the specification of a VolumeAttachment request.


def self.new(*, attacher : String, node_name : String, source : Api::Storage::V1::VolumeAttachmentSource) #

Instance Method Detail

def attacher : String #

def attacher=(attacher : String) #

def node_name : String #

def node_name=(node_name : String) #