Kazan v0.9.0 Kazan.Apis.Storage.V1beta1.VolumeAttachmentSpec View Source
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
OpenAPI Definition: io.k8s.api.storage.v1beta1.VolumeAttachmentSpec
Properties
attacher
::String
- Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
node_name
::String
- The node that the volume should be attached to.
source
::Kazan.Apis.Storage.V1beta1.VolumeAttachmentSource
- Source represents the volume that should be attached.