1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 13:29:11 +01:00

normalize blank import

This commit is contained in:
Zhang Jinghui
2019-11-09 21:53:29 +08:00
parent 9276f0e555
commit 872953b9cf

View File

@@ -20,6 +20,7 @@ import (
"fmt"
clientset "k8s.io/client-go/kubernetes"
// Ensure to load all auth plugins.
_ "k8s.io/client-go/plugin/pkg/client/auth"
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/clientcmd"