mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Use controller interface for everything in config factory
This commit is contained in:
parent
d7ce8b80ee
commit
272b5dd1b2
@ -80,12 +80,12 @@ type ConfigFactory struct {
|
|||||||
StopEverything chan struct{}
|
StopEverything chan struct{}
|
||||||
|
|
||||||
informerFactory informers.SharedInformerFactory
|
informerFactory informers.SharedInformerFactory
|
||||||
scheduledPodPopulator *cache.Controller
|
scheduledPodPopulator cache.ControllerInterface
|
||||||
nodePopulator *cache.Controller
|
nodePopulator cache.ControllerInterface
|
||||||
pvPopulator *cache.Controller
|
pvPopulator cache.ControllerInterface
|
||||||
pvcPopulator cache.ControllerInterface
|
pvcPopulator cache.ControllerInterface
|
||||||
servicePopulator *cache.Controller
|
servicePopulator cache.ControllerInterface
|
||||||
controllerPopulator *cache.Controller
|
controllerPopulator cache.ControllerInterface
|
||||||
|
|
||||||
schedulerCache schedulercache.Cache
|
schedulerCache schedulercache.Cache
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user