class K8S::Api::Storage::V1::VolumeAttachmentSpec

Overview

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

Included Modules

Defined in:

versions/v1.16/api/storage/v1/volume_attachment_spec.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(*, attacher : String, node_name : String, source : Api::Storage::V1::VolumeAttachmentSource) #

[View source]

Instance Method Detail

def attacher : String #

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

[View source]
def node_name : String #

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

[View source]

[View source]

[View source]