k8s.persistentvolume.status.phase
Developmentenumas of v1.44.0
The phase of the PersistentVolume.
This attribute aligns with the phase field of the
K8s PersistentVolumeStatus.
Examples
- Pending
- Available
- Bound
- Released
- Failed
Values (5)
AvailableThe volume is available and not yet bound to a claim.BoundThe volume is bound to a claim.FailedThe volume has failed its automatic reclamation.PendingThe volume is being provisioned.ReleasedThe claim has been deleted but the volume is not yet available.
Used by
metrics (1)
- k8s.persistentvolume.status.phase *
* required on that signal.
History
Added as development.
Added as development.