VolumeDevicePatch

data class VolumeDevicePatch(val devicePath: String? = null, val name: String? = null)

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val devicePath: String? = null

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

Link copied to clipboard
val name: String? = null

name must match the name of a persistentVolumeClaim in the pod