kubernetes/plugin
Clayton Coleman 479f01d340
Scheduler should use shared informer for pods
Previously, the scheduler created two separate list watchers. This
changes the scheduler to be able to leverage a shared informer, whether
passed in externally or spawned using the new in place method. This
removes the last use of a "special" informer in the codebase.

Allows someone wrapping the scheduler to use a shared informer if they
have more information avaliable.
2017-05-20 14:19:49 -04:00
..
cmd/kube-scheduler Scheduler should use shared informer for pods 2017-05-20 14:19:49 -04:00
pkg Scheduler should use shared informer for pods 2017-05-20 14:19:49 -04:00
BUILD Add NodeRestriction admission plugin 2017-05-18 16:43:42 -04:00
OWNERS Updated top level owners file to match new format 2017-01-19 11:29:16 -08:00