PersistentVolumeClaimStatus

io.k8s.api.core.v1.PersistentVolumeClaimStatus
See thePersistentVolumeClaimStatus companion object
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.

Attributes

Companion:
object
Source:
PersistentVolumeClaimStatus.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Appends new values to accessModes

Appends new values to accessModes

Attributes

Source:
PersistentVolumeClaimStatus.scala

Adds new values to allocatedResources

Adds new values to allocatedResources

Attributes

Source:
PersistentVolumeClaimStatus.scala

Adds new values to capacity

Adds new values to capacity

Attributes

Source:
PersistentVolumeClaimStatus.scala

Appends new values to conditions

Appends new values to conditions

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source:
PersistentVolumeClaimStatus.scala

Returns a new data with accessModes set to new value

Returns a new data with accessModes set to new value

Attributes

Source:
PersistentVolumeClaimStatus.scala

Returns a new data with allocatedResources set to new value

Returns a new data with allocatedResources set to new value

Attributes

Source:
PersistentVolumeClaimStatus.scala

Returns a new data with capacity set to new value

Returns a new data with capacity set to new value

Attributes

Source:
PersistentVolumeClaimStatus.scala

Returns a new data with conditions set to new value

Returns a new data with conditions set to new value

Attributes

Source:
PersistentVolumeClaimStatus.scala

Returns a new data with phase set to new value

Returns a new data with phase set to new value

Attributes

Source:
PersistentVolumeClaimStatus.scala

Returns a new data with resizeStatus set to new value

Returns a new data with resizeStatus set to new value

Attributes

Source:
PersistentVolumeClaimStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product