Skip to content

Commit 8de09aa

Browse files
add side effect imports for azure and gcp auth (#944)
* add side effect imports for azure and gcp auth
1 parent 9a46c5e commit 8de09aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/src/validate_kube.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import (
77
"path/filepath"
88

99
"k8s.io/client-go/kubernetes"
10+
_ "k8s.io/client-go/plugin/pkg/client/auth/azure"
11+
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
1012
"k8s.io/client-go/tools/clientcmd"
1113
"k8s.io/client-go/util/homedir"
1214

0 commit comments

Comments
 (0)