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

The node that the volume should be attached to.

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

Methods

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

Generated using TypeDoc