This controller removes protection finalizer from PVCs that are being deleted and are not referenced by any pod.
This admission plugin puts finalizer to every created PVC. The finalizer is removed by PVCProtectionController when the PVC is not referenced by any pods and thus the PVC can be deleted.
Kubelet must not start pods that use PVCs that are being deleted.