mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-02 14:51:58 +00:00
Merge pull request #37505 from k82cn/use_controller_inf
Automatic merge from submit-queue (batch tested with PRs 39807, 37505, 39844, 39525, 39109) Made cache.Controller to be interface. **What this PR does / why we need it**: #37504
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user