Skip to main content

K8S_PERSISTENTVOLUME_RECLAIM_POLICY

Constant K8S_PERSISTENTVOLUME_RECLAIM_POLICY 

pub const K8S_PERSISTENTVOLUME_RECLAIM_POLICY: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

The reclaim policy of the PersistentVolume.

§Notes

This attribute aligns with the persistentVolumeReclaimPolicy field of the K8s PersistentVolumeSpec.

§Examples

  • "Delete"
  • "Retain"
  • "Recycle"