I have a namespace that gets stuck when you try to delete it, because of finalizers. I'm thinking of a situation, when I accidentally delete it, but I don't want to lose all the objects with finalizers. Can I undo it while it stuck in Terminating
phase?
I tried to create a namespace with the same name, but of course it doesn't allow you to do that.