argo-cd/controller/cache
Jesse Suen 476b09cbbf
feat: improve api-server and controller performance (#3222)
* group read comparison settings during app reconciliation
* Reduce lock contention in clusterInfo::ensureSynced(). Add getRepoObj stats
* Remove additional source of lock contention
* Exclude the coordination.k8s.io/Lease resource

Co-authored-by: Alexander Matyushentsev <amatyushentsev@gmail.com>
2020-03-16 11:51:59 -07:00
..
mocks fix: removes redundant mutex usage in controller cache and adds cluster cache metrics (#2898) 2019-12-26 14:08:31 -08:00
cache.go feat: improve api-server and controller performance (#3222) 2020-03-16 11:51:59 -07:00
cache_test.go feat: improve api-server and controller performance (#3222) 2020-03-16 11:51:59 -07:00
cluster.go feat: improve api-server and controller performance (#3222) 2020-03-16 11:51:59 -07:00
cluster_test.go feat: improve api-server and controller performance (#3222) 2020-03-16 11:51:59 -07:00
info.go Add missing externalURL for networking.k8s.io Ingress type (#2390) 2019-10-07 08:56:47 -07:00
info_test.go Add missing externalURL for networking.k8s.io Ingress type (#2390) 2019-10-07 08:56:47 -07:00
node.go Issue #1167 - Implement orphan resources support (#2103) 2019-08-19 20:14:48 +05:00
node_test.go Issue #1167 - Implement orphan resources support (#2103) 2019-08-19 20:14:48 +05:00