Skip to content

Commit

Permalink
Update lister.go (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren committed Aug 14, 2020
1 parent ddb8a6d commit 0a70fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lookup/lister.go
Expand Up @@ -28,8 +28,8 @@ import (

"k8s.io/client-go/kubernetes"

// Required for GKE Auth
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
// Required for different auth providers like GKE, OIDC
_ "k8s.io/client-go/plugin/pkg/client/auth"
)

type lister struct {
Expand Down

0 comments on commit 0a70fa1

Please sign in to comment.