Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VolumeAttachmentSpecV1Alpha1

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

schema

io.k8s.api.storage.v1alpha1.VolumeAttachmentSpec

Hierarchy

  • VolumeAttachmentSpecV1Alpha1

Index

Properties

Properties

Readonly attacher

attacher: string

Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().

schema

io.k8s.api.storage.v1alpha1.VolumeAttachmentSpec#attacher

Readonly nodeName

nodeName: string

The node that the volume should be attached to.

schema

io.k8s.api.storage.v1alpha1.VolumeAttachmentSpec#nodeName

Readonly source

Source represents the volume that should be attached.

schema

io.k8s.api.storage.v1alpha1.VolumeAttachmentSpec#source

Generated using TypeDoc