volumeDevice describes a mapping of a raw block device within a container.

Hierarchy

  • V1VolumeDevice

Constructors

Properties

devicePath: string

devicePath is the path inside of the container that the device will be mapped to.

name: string

name must match the name of a persistentVolumeClaim in the pod

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