k8s.persistentvolumeclaim.status.phase
Developmentenumas of v1.44.0
The phase of the PersistentVolumeClaim.
This attribute aligns with the phase field of the
K8s PersistentVolumeClaimStatus.
Examples
- Pending
- Bound
- Lost
Values (3)
BoundThe claim is bound to a volume.LostThe claim has lost its underlying volume (the volume does not exist anymore).PendingThe claim has not yet been bound to a volume.
Used by
metrics (1)
- k8s.persistentvolumeclaim.status.phase *
* required on that signal.
History
Added as development.
Added as development.