VolumeAttachmentSpec is the specification of a VolumeAttachment request.

Hierarchy

  • V1VolumeAttachmentSpec

Constructors

Properties

attacher: string

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

nodeName: string

nodeName represents the node that the volume should be attached to.

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc