# Functions
CleanNamespace - deleted CRs, ConfigMaps and Secrets in this namespace.
GetAreControllersQuiesced - returns true if all desired CRs for backup are in their respective "finished" state, or false with a list of "bad" CRs if otherwise.
GetAreResourcesRestored - returns true if all desired CRs for backup restore are in their respective "finished" state, or false with a list of "bad" CRs if otherwise.
GetConfigMapList - Get list of all OSP-D operator config maps in the namespace that we care to save/restore.
GetCRLists - Get lists of all OSP-D operator resources in the namespace that we care to save/restore.
GetSecretList - Get list of all OSP-D operator secrets in the namespace that we care to save/restore.