Skip to content

Commit

Permalink
Add import commant for gcp auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagai Barel committed Jun 2, 2019
1 parent ec4e5a1 commit 0f807f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/kube.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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/plugin/pkg/client/auth" //for gcp auth
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/clientcmd"
)
Expand Down

0 comments on commit 0f807f5

Please sign in to comment.