VolumeDevice

data class VolumeDevice(val devicePath: String, val name: String)

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

Constructors

Link copied to clipboard
constructor(devicePath: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

name must match the name of a persistentVolumeClaim in the pod