mirror of
https://github.com/rancher/norman.git
synced 2025-09-28 16:08:19 +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