class Pyrite::Api::Storage::V1alpha1::VolumeAttachmentStatus

Overview

VolumeAttachmentStatus is the status of a VolumeAttachment request.

Defined in:

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

VolumeAttachmentStatus is the status of a VolumeAttachment request.


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

VolumeAttachmentStatus is the status of a VolumeAttachment request.


def self.new(*, attach_error : Api::Storage::V1alpha1::VolumeError? = nil, attached : Bool, attachment_metadata : Hash(String, String)? = nil, detach_error : Api::Storage::V1alpha1::VolumeError? = nil) #

Instance Method Detail


def attach_error=(attach_error : Api::Storage::V1alpha1::VolumeError?) #

def attached : Bool #

def attached=(attached : Bool) #

def attachment_metadata : Hash(String, String)? #

def attachment_metadata=(attachment_metadata : Hash(String, String)?) #


def detach_error=(detach_error : Api::Storage::V1alpha1::VolumeError?) #