VolumeMountPointer

io.k8s.api.core.v1.VolumeMountPointer
final case class VolumeMountPointer(currentPath: PointerPath) extends Pointer[VolumeMount]

Pointer for VolumeMount

Attributes

Source
VolumeMountPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def mountPath: Plain[String]

Attributes

Source
VolumeMountPointer.scala
def mountPropagation: Plain[String]

Attributes

Source
VolumeMountPointer.scala
def name: Plain[String]

Attributes

Source
VolumeMountPointer.scala
def readOnly: Plain[Boolean]

Attributes

Source
VolumeMountPointer.scala
def recursiveReadOnly: Plain[String]

Attributes

Source
VolumeMountPointer.scala
def subPath: Plain[String]

Attributes

Source
VolumeMountPointer.scala
def subPathExpr: Plain[String]

Attributes

Source
VolumeMountPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product