kubectl-finalizers identifies Kubernetes resources that are pending deletion (non-nil deletion timestamp and non-empty finalizers) and patches them to remove the finalizer values.
Look at the short demonstration:
./bin/finalizersIt looks for all the namespaced pending resources in the current namespace.
./bin/finalizers --namespace testIt looks for all the namespaced pending resources in the test namespace.
./bin/finalizers --clusterscopedIt looks for all the clusterscoped pending resources.
