class K8S::Api::Storage::V1alpha1::VolumeAttachment
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.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- K8S::Kubernetes::Resource::Object
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.11/api/storage/v1alpha1/volume_attachment.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, spec : Api::Storage::V1alpha1::VolumeAttachmentSpec, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, status : Api::Storage::V1alpha1::VolumeAttachmentStatus? = nil)
Class Method Summary
Instance Method Summary
- #api_version : String
- #kind : String
- #merge(other)
-
#metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?
Standard object metadata.
-
#metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?)
Standard object metadata.
- #spec : Api::Storage::V1alpha1::VolumeAttachmentSpec
- #spec=(spec : Api::Storage::V1alpha1::VolumeAttachmentSpec)
- #status : Api::Storage::V1alpha1::VolumeAttachmentStatus?
- #status=(status : Api::Storage::V1alpha1::VolumeAttachmentStatus?)
- #to_h
Instance methods inherited from module K8S::Kubernetes::Resource::Object
api_version : String
api_version,
kind : String
kind,
metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?
metadata,
metadata! : Apimachinery::Apis::Meta::V1::ObjectMeta
metadata!
Instance methods inherited from class K8S::Kubernetes::Resource
api_version : String
api_version,
kind : String
kind
Constructor methods inherited from class K8S::Kubernetes::Resource
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Class methods inherited from class K8S::Kubernetes::Resource
from_file(file)
from_file,
from_files(*paths)
from_files
Constructor Detail
def self.new(*, spec : Api::Storage::V1alpha1::VolumeAttachmentSpec, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, status : Api::Storage::V1alpha1::VolumeAttachmentStatus? = nil)
#
Class Method Detail
Instance Method Detail
def metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?
#
Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
def metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?)
#
Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata