kubernetes/pkg/controller/garbagecollector
Dan Mace 3d6d57a18f Improve GC discovery sync performance
Improve GC discovery sync performance by only syncing when discovered
resource diffs are detected. Before, the GC worker pool was shut down
and monitors resynced unconditionally every sync period, leading to
significant processing delays causing test flakes where otherwise
reasonable GC timeouts were being exceeded.

Related to https://github.com/kubernetes/kubernetes/issues/49966.
2017-08-09 09:16:05 -04:00
..
metaonly update generated deepcopy code 2017-07-31 22:33:00 +08:00
BUILD Enable garbage collection of custom resources 2017-07-28 10:00:10 -04:00
errors.go Enable garbage collection of custom resources 2017-07-28 10:00:10 -04:00
garbagecollector_test.go Improve GC discovery sync performance 2017-08-09 09:16:05 -04:00
garbagecollector.go Improve GC discovery sync performance 2017-08-09 09:16:05 -04:00
graph_builder.go Enable garbage collection of custom resources 2017-07-28 10:00:10 -04:00
graph.go Enable garbage collection of custom resources 2017-07-28 10:00:10 -04:00
operations.go Fix removing finalizer for garbage collector 2017-06-29 17:22:03 +08:00
OWNERS add approvers to pkg/controller/garbagecollector 2017-07-13 15:16:17 -07:00
patch.go gc changes 2017-02-28 23:05:41 -08:00
rate_limiter_helper.go Fix typo in comment 2017-08-05 22:47:48 +05:30
uid_cache.go start the apimachinery repo 2017-01-11 09:09:48 -05:00