AttachedVolume

io.k8s.api.core.v1.AttachedVolume
See theAttachedVolume companion object
final case class AttachedVolume(devicePath: String, name: String)

AttachedVolume describes a volume attached to a node

Attributes

Companion
object
Source
AttachedVolume.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def mapDevicePath(f: String => String): AttachedVolume

transforms devicePath to result of function

transforms devicePath to result of function

Attributes

Source
AttachedVolume.scala
def mapName(f: String => String): AttachedVolume

transforms name to result of function

transforms name to result of function

Attributes

Source
AttachedVolume.scala
def withDevicePath(value: String): AttachedVolume

Returns a new data with devicePath set to new value

Returns a new data with devicePath set to new value

Attributes

Source
AttachedVolume.scala
def withName(value: String): AttachedVolume

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
AttachedVolume.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product