Skip to content

Commit

Permalink
Fix an issue related to auth providers such as GCP
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgoffinet authored and philpep committed Oct 31, 2020
1 parent a896701 commit 38a093d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import (
v1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/client-go/kubernetes"
_ "k8s.io/client-go/plugin/pkg/client/auth"
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/clientcmd"
"k8s.io/client-go/util/retry"
Expand Down

0 comments on commit 38a093d

Please sign in to comment.