Add spreading by controllers

This commit is contained in:
gmarek
2015-07-01 16:26:54 +02:00
parent ff058a1afe
commit 94eb52de33
7 changed files with 163 additions and 35 deletions

View File

@@ -35,6 +35,7 @@ import (
type PluginFactoryArgs struct {
algorithm.PodLister
algorithm.ServiceLister
algorithm.ControllerLister
NodeLister algorithm.MinionLister
NodeInfo predicates.NodeInfo
}