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.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
VolumeAttachmentStatus is the status of a VolumeAttachment request.
-
.new(pull : JSON::PullParser)
VolumeAttachmentStatus is the status of a VolumeAttachment request.
- .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 Summary
- #attach_error : Api::Storage::V1alpha1::VolumeError?
- #attach_error=(attach_error : Api::Storage::V1alpha1::VolumeError?)
- #attached : Bool
- #attached=(attached : Bool)
- #attachment_metadata : Hash(String, String)?
- #attachment_metadata=(attachment_metadata : Hash(String, String)?)
- #detach_error : Api::Storage::V1alpha1::VolumeError?
- #detach_error=(detach_error : Api::Storage::V1alpha1::VolumeError?)
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)
#