Problem:
cluster_check relies on reflect which is slow and causes a large
performance hit which is especially noticable on restart
Solution:
Add a new interface ObjectClusterName that objects can implement so
reflect isn't used for that type
Some worload controllers need to watch resoruces in the mangement plane
and react to them. But, they should only react to resources that
correspond to their cluster. This adds framework support for that.