On all policies, use prerequisite to exclude check on DELETE
Without prerequisites, validation policies will run on create, update, and delete events. Use the prerequisites to exclude DELETE. We should not care about these policies when someone is removing a pod or controller.
This should be implemented using a helper function to keep things DRY.