1
0
mirror of https://github.com/rancher/norman.git synced 2025-04-28 03:20:08 +00:00
norman/controller
Dan Ramich e40cd8f347 Update cluster_check to use interface if available
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
2020-03-02 10:21:55 -07:00
..
cluster_check.go Update cluster_check to use interface if available 2020-03-02 10:21:55 -07:00
error.go Allow to put Reason in controller.ForgetError 2018-10-03 02:44:42 +09:00
generic_controller.go Don't rate limit the sync of handlers 2020-02-06 22:04:22 -07:00
noop_metrics.go Move to some wrangler utils and k3s 2019-08-19 10:14:05 -07:00
starter.go Add offspring controller 2017-12-19 21:44:02 -07:00
transaction.go Add ability to add handlers transactionally across controllers 2020-02-05 20:47:25 -07:00