Constant K8S_PERSISTENTVOLUMECLAIM_STATUS_PHASE
pub const K8S_PERSISTENTVOLUMECLAIM_STATUS_PHASE: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
The phase of the PersistentVolumeClaim.
§Notes
This attribute aligns with the phase field of the
K8s PersistentVolumeClaimStatus.
§Examples
"Pending""Bound""Lost"