PersistentVolumeClaimStatus

final case class PersistentVolumeClaimStatus(conditions: Option[Seq[PersistentVolumeClaimCondition]], accessModes: Option[Seq[String]], phase: Option[String], resizeStatus: Option[String], allocatedResources: Option[Map[String, Quantity]], capacity: Option[Map[String, Quantity]])

PersistentVolumeClaimStatus is the current status of a persistent volume claim.

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

Value members

Concrete methods

Appends new values to accessModes

Appends new values to accessModes

Source:
PersistentVolumeClaimStatus.scala

Adds new values to allocatedResources

Adds new values to allocatedResources

Source:
PersistentVolumeClaimStatus.scala

Adds new values to capacity

Adds new values to capacity

Source:
PersistentVolumeClaimStatus.scala

Appends new values to conditions

Appends new values to conditions

Source:
PersistentVolumeClaimStatus.scala

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

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

Source:
PersistentVolumeClaimStatus.scala

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

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

Source:
PersistentVolumeClaimStatus.scala

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

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

Source:
PersistentVolumeClaimStatus.scala

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

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

Source:
PersistentVolumeClaimStatus.scala

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

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

Source:
PersistentVolumeClaimStatus.scala

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

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

Source:
PersistentVolumeClaimStatus.scala

Returns a new data with accessModes set to new value

Returns a new data with accessModes set to new value

Source:
PersistentVolumeClaimStatus.scala

Returns a new data with allocatedResources set to new value

Returns a new data with allocatedResources set to new value

Source:
PersistentVolumeClaimStatus.scala

Returns a new data with capacity set to new value

Returns a new data with capacity set to new value

Source:
PersistentVolumeClaimStatus.scala

Returns a new data with conditions set to new value

Returns a new data with conditions set to new value

Source:
PersistentVolumeClaimStatus.scala

Returns a new data with phase set to new value

Returns a new data with phase set to new value

Source:
PersistentVolumeClaimStatus.scala

Returns a new data with resizeStatus set to new value

Returns a new data with resizeStatus set to new value

Source:
PersistentVolumeClaimStatus.scala

Inherited methods

Inherited from:
Product