Unverified Commit b070c2f6 authored by Ayush Pateria's avatar Ayush Pateria Committed by GitHub

Elaborate deprecation warning

parent 24ab5e9e
...@@ -475,7 +475,7 @@ type PersistentVolumeReclaimPolicy string ...@@ -475,7 +475,7 @@ type PersistentVolumeReclaimPolicy string
const ( const (
// PersistentVolumeReclaimRecycle means the volume will be recycled back into the pool of unbound persistent volumes on release from its claim. // PersistentVolumeReclaimRecycle means the volume will be recycled back into the pool of unbound persistent volumes on release from its claim.
// The volume plugin must support Recycling. // The volume plugin must support Recycling.
// This is deprecated. // DEPRECATED: The PersistentVolumeReclaimRecycle called Recycle is being deprecated. See announcement here: https://groups.google.com/forum/#!topic/kubernetes-dev/uexugCza84I
PersistentVolumeReclaimRecycle PersistentVolumeReclaimPolicy = "Recycle" PersistentVolumeReclaimRecycle PersistentVolumeReclaimPolicy = "Recycle"
// PersistentVolumeReclaimDelete means the volume will be deleted from Kubernetes on release from its claim. // PersistentVolumeReclaimDelete means the volume will be deleted from Kubernetes on release from its claim.
// The volume plugin must support Deletion. // The volume plugin must support Deletion.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment