CSINodeSpec holds information about the specification of all CSI drivers installed on a node

Hierarchy

  • V1CSINodeSpec

Constructors

Properties

drivers: V1CSINodeDriver[]

drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.

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