kubernetes/pkg/controller/garbagecollector
Kubernetes Submit Queue 3c56041384 Merge pull request #39457 from zhouhaibing089/gcc
Automatic merge from submit-queue (batch tested with PRs 37845, 39439, 39514, 39457, 38866)

Log a warning message when failed to find kind for resource in garbage collector controller

at this time, I do not think thirdparty api group version resources should be taken care by garbage collector controllers, and this line of call will fail actually: https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/garbagecollector/garbagecollector.go#L565, and as a result, the garbagecollector controller failed to start.
2017-01-09 13:15:19 -08:00
..
metaonly Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
BUILD Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
garbagecollector_test.go refactor: generated 2016-12-10 18:05:53 -05:00
garbagecollector.go warning instead error when search kinds for resources 2017-01-08 09:47:43 +08:00
metrics.go add metrics to gc 2016-08-10 12:45:06 -07:00
OWNERS Update OWNERS 2016-11-02 16:19:22 -07:00
rate_limiter_helper.go Add verb support for discovery client 2016-12-05 12:36:05 +01:00
uid_cache.go add absent owner cache 2016-08-23 17:21:15 -07:00