The operator currently performs pruning like this:
- fetch the list of objects of some kind from the cache
- iterate over the list and delete each object individually
After we upgrade controller-runtime to 0.2.0+, we can use deletecollection to delete all objects of one kind in a single operation.