VolumeDevice

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

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

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

Value Params
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

def getDevicePath: IO[K8sFailure, String]

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.

def getName: IO[K8sFailure, String]

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

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product