kubernetes/pkg/controller
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
..
certificates fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
cloud fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
cronjob fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
daemon fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
deployment fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
disruption fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
endpoint fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
garbagecollector Merge pull request #39457 from zhouhaibing089/gcc 2017-01-09 13:15:19 -08:00
informers fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
job fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
namespace fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
node fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
petset fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
podautoscaler fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
podgc fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
replicaset fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
replication fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
resourcequota fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
route fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
scheduledjob Merge pull request #35833 from apelisse/owners-pkg-controller 2016-12-12 18:51:33 -08:00
service fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
serviceaccount fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
volume fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
.import-restrictions
BUILD Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
OWNERS
client_builder.go fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
controller_ref_manager.go Optimize memory allocations in controller manager 2016-12-27 16:11:11 +01:00
controller_utils.go fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
controller_utils_test.go fix redundant alias and remove unused function 2017-01-09 17:13:09 +08:00
doc.go
lookup_cache.go