kubernetes/plugin/pkg/scheduler/algorithmprovider
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
..
defaults Scheduler should use shared informer for pods 2017-05-20 14:19:49 -04:00
BUILD Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
plugins_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
plugins.go Additional plugin/pkg/scheduler golint fixes 2017-03-19 09:47:58 -07:00