AttachedVolume

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

AttachedVolume describes a volume attached to a node

Value Params
devicePath

DevicePath represents the device path where the volume should be available

name

Name of the attached volume

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

Value members

Concrete methods

def getDevicePath: IO[K8sFailure, String]

DevicePath represents the device path where the volume should be available

DevicePath represents the device path where the volume should be available

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

def getName: IO[K8sFailure, String]

Name of the attached volume

Name of the attached volume

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