mirror of
https://github.com/rancher/norman.git
synced 2025-08-31 14:51:57 +00:00
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