Files
kubernetes/pkg/controller
Kubernetes Submit Queue cbabb03acc Merge pull request #34841 from derekwaynecarr/quota-shared-informer
Automatic merge from submit-queue

quota controller uses informers if available for pod calculation

This PR does the following:
1. plumb informer factory into quota registry and evaluators
2. pod quota evaluator uses informers for determining aggregrate usage instead of making direct calls
3. admission code path does not use informers because
   1. we do not want to add new watches in apiserver
   2. admission code path does not require aggregate usage calculation

As a result, quota controller is much faster in re-calculating quota usage when it observes a pod deletion.

Follow-on PRs will make similar changes for other informer backed resources (pvcs next).

/cc @deads2k @mfojtik @smarterclayton @kubernetes/rh-cluster-infra
2016-10-31 14:34:57 -07:00
..
2016-10-27 17:25:10 -07:00
2016-10-21 17:32:32 -07:00
2016-10-27 13:30:04 -07:00
2016-10-21 17:32:32 -07:00
2016-10-13 16:10:24 -07:00
2016-10-29 13:30:47 -07:00
2016-10-15 00:21:00 +03:00
2016-07-16 13:48:21 -04:00