kubernetes/pkg/controller/garbagecollector
Dan Mace d89f58fcc8 Fix GC sync race condition
Remove faulty diff detection logic from GC sync which leads to a race
condition: If the GC's discovery client is returning a fully up to date
view of server resources during the very first GC sync, the sync
function will never sync monitors or reset the REST mapper unless
discovery changes again. This causes REST mapping to fail for any custom
types already present in discovery.
2017-11-27 16:11:47 -05:00
..
metaonly Update generated code 2017-11-10 18:26:46 +01:00
BUILD Update generated files 2017-11-09 12:14:08 +01:00
errors.go Enable garbage collection of custom resources 2017-07-28 10:00:10 -04:00
garbagecollector_test.go Only attempt to construct GC informers for watchable resources 2017-11-15 02:26:58 -05:00
garbagecollector.go Fix GC sync race condition 2017-11-27 16:11:47 -05:00
graph_builder.go Merge pull request #55653 from hzxuzhonghu/test-flaky 2017-11-17 17:11:13 -08:00
graph.go Enable garbage collection of custom resources 2017-07-28 10:00:10 -04:00
operations.go Remove GC rate limiter metrics 2017-09-21 19:23:27 -04: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
uid_cache.go start the apimachinery repo 2017-01-11 09:09:48 -05:00