mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-24 15:48:51 -04:00
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. |
||
|---|---|---|
| .. | ||
| defaults | ||
| BUILD | ||
| plugins.go | ||
| plugins_test.go | ||