AttachedVolume describes a volume attached to a node

Hierarchy

  • V1AttachedVolume

Constructors

Properties

devicePath: string

DevicePath represents the device path where the volume should be available

name: string

Name of the attached volume

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