mirror of
https://github.com/rancher/norman.git
synced 2025-09-21 02:58:44 +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