class K8S::Api::Storage::V1::VolumeAttachmentStatus

Overview

VolumeAttachmentStatus is the status of a VolumeAttachment request.

Included Modules

Defined in:

versions/v1.20/api/storage/v1/volume_attachment_status.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(*, attached : Bool, attach_error : Api::Storage::V1::VolumeError? = nil, attachment_metadata : Hash(String, String)? = nil, detach_error : Api::Storage::V1::VolumeError? = nil) #

[View source]

Instance Method Detail

def attach_error : Api::Storage::V1::VolumeError? #

[View source]
def attach_error=(attach_error : Api::Storage::V1::VolumeError?) #

[View source]
def attached : Bool #

[View source]
def attached=(attached : Bool) #

[View source]
def attachment_metadata : Hash(String, String)? #

[View source]
def attachment_metadata=(attachment_metadata : Hash(String, String)?) #

[View source]
def detach_error : Api::Storage::V1::VolumeError? #

[View source]
def detach_error=(detach_error : Api::Storage::V1::VolumeError?) #

[View source]