Skip to content

Commit

Permalink
add azure auth
Browse files Browse the repository at this point in the history
  • Loading branch information
markxnelson committed Jun 7, 2018
1 parent 0ea133c commit 9a597e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/clientset.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (
"k8s.io/client-go/tools/clientcmd"

// auth providers
_ "k8s.io/client-go/plugin/pkg/client/auth/azure"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
)
Expand Down

0 comments on commit 9a597e7

Please sign in to comment.