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

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

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

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

Returns a new data with message set to new value

Returns a new data with message set to new value

Attributes

Source
PersistentVolumeStatus.scala

Returns a new data with phase set to new value

Returns a new data with phase set to new value

Attributes

Source
PersistentVolumeStatus.scala

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product