PersistentVolumeClaimStatus

com.coralogix.zio.k8s.model.core.v1.PersistentVolumeClaimStatus
See thePersistentVolumeClaimStatus companion object

PersistentVolumeClaimStatus is the current status of a persistent volume claim.

Attributes

accessModes

AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1

capacity

Represents the actual resources of the underlying volume.

conditions

Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'.

phase

Phase represents the current phase of PersistentVolumeClaim.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1

AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Represents the actual resources of the underlying volume.

Represents the actual resources of the underlying volume.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'.

Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Phase represents the current phase of PersistentVolumeClaim.

Phase represents the current phase of PersistentVolumeClaim.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product