class Pyrite::Api::Storage::V1beta1::VolumeAttachment
- Pyrite::Api::Storage::V1beta1::VolumeAttachment
- Pyrite::Kubernetes::Object
- Pyrite::Kubernetes::Resource
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
VolumeAttachment captures the intent to attach or detach the specified volume [to/from the specified node.](to/from the specified node.)
VolumeAttachment objects are non-namespaced.
Defined in:
versions/v1.14/api/storage/v1beta1/volume_attachment.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
VolumeAttachment captures the intent to attach or detach the specified volume [to/from the specified node.](to/from the specified node.)
-
.new(pull : JSON::PullParser)
VolumeAttachment captures the intent to attach or detach the specified volume [to/from the specified node.](to/from the specified node.)
- .new(*, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, spec : Api::Storage::V1beta1::VolumeAttachmentSpec, status : Api::Storage::V1beta1::VolumeAttachmentStatus? = nil)
Instance Method Summary
- #spec : Api::Storage::V1beta1::VolumeAttachmentSpec
- #spec=(spec : Api::Storage::V1beta1::VolumeAttachmentSpec)
- #status : Api::Storage::V1beta1::VolumeAttachmentStatus?
- #status=(status : Api::Storage::V1beta1::VolumeAttachmentStatus?)
Instance methods inherited from class Pyrite::Kubernetes::Object
metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?
metadata,
metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?)
metadata=
Constructor methods inherited from class Pyrite::Kubernetes::Object
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Instance methods inherited from class Pyrite::Kubernetes::Resource
api_version : String
api_version,
kind : String
kind
Constructor methods inherited from class Pyrite::Kubernetes::Resource
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
VolumeAttachment captures the intent to attach or detach the specified volume [to/from the specified node.](to/from the specified node.)
VolumeAttachment objects are non-namespaced.
VolumeAttachment captures the intent to attach or detach the specified volume [to/from the specified node.](to/from the specified node.)
VolumeAttachment objects are non-namespaced.