PersistentVolumeStatus

final case class PersistentVolumeStatus(message: Option[String], phase: Option[String], reason: Option[String])

PersistentVolumeStatus is the current status of a persistent volume.

Source:
PersistentVolumeStatus.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

Source:
PersistentVolumeStatus.scala

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

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

Source:
PersistentVolumeStatus.scala

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

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

Source:
PersistentVolumeStatus.scala

Returns a new data with message set to new value

Returns a new data with message set to new value

Source:
PersistentVolumeStatus.scala

Returns a new data with phase set to new value

Returns a new data with phase set to new value

Source:
PersistentVolumeStatus.scala

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Source:
PersistentVolumeStatus.scala

Inherited methods

Inherited from:
Product