I am trying to ensure the openshift cluster has the same state post uninstallation of some objects as pre-installation. It looks like I may be able to capture the state of etcd and do a diff on the later state https://medium.com/better-programming/a-closer-look-at-etcd-the-brain-of-a-kubernetes-cluster-788c8ea759a5 . Any other suggestions and does that seem like a reasonable approach ?