VolumeDevice

case class VolumeDevice(devicePath: String, name: String)

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

Value parameters:
devicePath

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

name

name must match the name of a persistentVolumeClaim in the pod

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

This effect always succeeds, it is safe to use the field devicePath directly.

name must match the name of a persistentVolumeClaim in the pod

name must match the name of a persistentVolumeClaim in the pod

This effect always succeeds, it is safe to use the field name directly.

Inherited methods

Inherited from:
Product