kubernetes/pkg/controller
Kubernetes Submit Queue e9bbfb81c1 Merge pull request #41306 from gnufied/implement-interface-bulk-volume-poll
Automatic merge from submit-queue (batch tested with PRs 41306, 42187, 41666, 42275, 42266)

Implement bulk polling of volumes

This implements Bulk volume polling using ideas presented by
justin in https://github.com/kubernetes/kubernetes/pull/39564

But it changes the implementation to use an interface
and doesn't affect other implementations.

cc @justinsb
2017-03-03 10:54:38 -08:00
..
bootstrap
certificates
cloud
cronjob Modify CronJob API to add job history limits, cleanup jobs in controller 2017-02-25 06:51:54 -05:00
daemon Make DaemonSet respect critical pods annotation when scheduling 2017-02-27 09:59:45 -08:00
deployment fix rsListerSynced and podListerSynced for DeploymentController 2017-03-01 14:17:51 +08:00
disruption
endpoint
garbagecollector gc changes 2017-02-28 23:05:41 -08:00
job
namespace
node fix go vet issues 2017-02-27 21:24:45 -08:00
podautoscaler HPA Controller: Use Custom Metrics API 2017-03-01 10:21:50 -05:00
podgc
replicaset RC/RS: Don't log Pod events unless some RC/RS actually cares. 2017-03-01 15:43:51 -08:00
replication RC/RS: Don't log Pod events unless some RC/RS actually cares. 2017-03-01 15:43:51 -08:00
resourcequota
route
service
serviceaccount
statefulset controller: statefulsets respect observed generation 2017-03-02 19:43:06 +01:00
ttl
volume Merge pull request #41306 from gnufied/implement-interface-bulk-volume-poll 2017-03-03 10:54:38 -08:00
.import-restrictions
BUILD Update bazel 2017-02-27 06:48:13 -05:00
client_builder.go
controller_ref_manager.go ControllerRefManager: Don't always filter inactive Pods. 2017-03-01 15:43:51 -08:00
controller_utils.go gc changes 2017-02-28 23:05:41 -08:00
controller_utils_test.go
doc.go
lookup_cache.go
OWNERS