PersistentVolumeStatus

io.k8s.api.core.v1.PersistentVolumeStatus
See thePersistentVolumeStatus companion object
final case class PersistentVolumeStatus(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

Members list

Concise view

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

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 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