VolumeMountStatus

io.k8s.api.core.v1.VolumeMountStatus
See theVolumeMountStatus companion object

VolumeMountStatus shows status of volume mounts.

Attributes

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

Members list

Value members

Concrete methods

transforms mountPath to result of function

transforms mountPath to result of function

Attributes

Source
VolumeMountStatus.scala

transforms name to result of function

transforms name to result of function

Attributes

Source
VolumeMountStatus.scala

if readOnly has a value, transforms to the result of function

if readOnly has a value, transforms to the result of function

Attributes

Source
VolumeMountStatus.scala

if recursiveReadOnly has a value, transforms to the result of function

if recursiveReadOnly has a value, transforms to the result of function

Attributes

Source
VolumeMountStatus.scala

Returns a new data with mountPath set to new value

Returns a new data with mountPath set to new value

Attributes

Source
VolumeMountStatus.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
VolumeMountStatus.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source
VolumeMountStatus.scala

Returns a new data with recursiveReadOnly set to new value

Returns a new data with recursiveReadOnly set to new value

Attributes

Source
VolumeMountStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product