Made cache.Controller to be interface.

This commit is contained in:
Klaus Ma
2017-01-12 21:45:53 +08:00
parent 31483bf546
commit 25fe1e0d82
36 changed files with 115 additions and 110 deletions

View File

@@ -80,12 +80,12 @@ type ConfigFactory struct {
StopEverything chan struct{}
informerFactory informers.SharedInformerFactory
scheduledPodPopulator cache.ControllerInterface
nodePopulator cache.ControllerInterface
pvPopulator cache.ControllerInterface
pvcPopulator cache.ControllerInterface
servicePopulator cache.ControllerInterface
controllerPopulator cache.ControllerInterface
scheduledPodPopulator cache.Controller
nodePopulator cache.Controller
pvPopulator cache.Controller
pvcPopulator cache.Controller
servicePopulator cache.Controller
controllerPopulator cache.Controller
schedulerCache schedulercache.Cache