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

Members list

Concise view

Value members

Concrete methods

transforms devicePath to result of function

transforms devicePath to result of function

Attributes

Source:
AttachedVolume.scala

transforms name to result of function

transforms name to result of function

Attributes

Source:
AttachedVolume.scala

Returns a new data with devicePath set to new value

Returns a new data with devicePath set to new value

Attributes

Source:
AttachedVolume.scala

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product