k8s.persistentvolume.reclaim_policy
Developmentenumas of v1.44.0
The reclaim policy of the PersistentVolume.
This attribute aligns with the persistentVolumeReclaimPolicy field of the
K8s PersistentVolumeSpec.
Examples
- Delete
- Retain
- Recycle
Values (3)
DeleteThe volume will be deleted when released from its claim.RecycleThe volume will be recycled (basic scrub) when released from its claim.RetainThe volume will be retained when released from its claim.
Used by
entitys (1)
- k8s.persistentvolume (opt-in)
* required on that signal.
History
Added as development.