1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-28 14:41:10 +01:00

Allow other auth providers (GCP, OIDC, Azure, OpenStack)

This commit is contained in:
Hugues Alary
2018-05-22 19:13:47 -07:00
parent ccb61fc800
commit 450a5c290b
2 changed files with 3 additions and 0 deletions

View File

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