We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4177783 commit 2f9d5b4Copy full SHA for 2f9d5b4
balancer/main.go
@@ -26,7 +26,7 @@ import (
26
balancerclientset "k8s.io/autoscaler/balancer/pkg/client/clientset/versioned"
27
balancerinformers "k8s.io/autoscaler/balancer/pkg/client/informers/externalversions"
28
"k8s.io/autoscaler/balancer/pkg/controller"
29
- cacheddiscovery "k8s.io/client-go/discovery/cached"
+ cacheddiscovery "k8s.io/client-go/discovery/cached/memory"
30
"k8s.io/client-go/dynamic"
31
kubeinformers "k8s.io/client-go/informers"
32
"k8s.io/client-go/kubernetes"
0 commit comments