Skip to content

Commit

Permalink
add side effect imports for azure and gcp auth (#944)
Browse files Browse the repository at this point in the history
* add side effect imports for azure and gcp auth
  • Loading branch information
jasonhawkharris authored Feb 28, 2023
1 parent 9a46c5e commit 8de09aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/src/validate_kube.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import (
"path/filepath"

"k8s.io/client-go/kubernetes"
_ "k8s.io/client-go/plugin/pkg/client/auth/azure"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
"k8s.io/client-go/tools/clientcmd"
"k8s.io/client-go/util/homedir"

Expand Down

0 comments on commit 8de09aa

Please sign in to comment.