PersistentVolumeStatus

io.k8s.api.core.v1.PersistentVolumeStatus
See thePersistentVolumeStatus companion object
final case class PersistentVolumeStatus(lastPhaseTransitionTime: Option[Time], message: Option[String], phase: Option[String], reason: Option[String])

PersistentVolumeStatus is the current status of a persistent volume.

Attributes

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

Members list

Value members

Concrete methods

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

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

Attributes

Source
PersistentVolumeStatus.scala
def mapMessage(f: String => String): PersistentVolumeStatus

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

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

Attributes

Source
PersistentVolumeStatus.scala
def mapPhase(f: String => String): PersistentVolumeStatus

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

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

Attributes

Source
PersistentVolumeStatus.scala
def mapReason(f: String => String): PersistentVolumeStatus

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

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

Attributes

Source
PersistentVolumeStatus.scala

Returns a new data with lastPhaseTransitionTime set to new value

Returns a new data with lastPhaseTransitionTime set to new value

Attributes

Source
PersistentVolumeStatus.scala
def withMessage(value: String): PersistentVolumeStatus

Returns a new data with message set to new value

Returns a new data with message set to new value

Attributes

Source
PersistentVolumeStatus.scala
def withPhase(value: String): PersistentVolumeStatus

Returns a new data with phase set to new value

Returns a new data with phase set to new value

Attributes

Source
PersistentVolumeStatus.scala
def withReason(value: String): PersistentVolumeStatus

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Attributes

Source
PersistentVolumeStatus.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product