Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Register GCP auth provider
Browse files Browse the repository at this point in the history
Signed-off-by: Reinhard Nägele <[email protected]>
  • Loading branch information
unguiculus committed Sep 22, 2021
1 parent 3e821b5 commit 0c5bdf8
Show file tree
Hide file tree
Showing 34 changed files with 4,497 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bin/*
cover*.out
cover*.html
.idea
4 changes: 2 additions & 2 deletions pkg/driver/kubernetes/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ import (
"strings"
"text/template"

"github.com/pkg/errors"
"github.com/vmware-tanzu/buildkit-cli-for-kubectl/pkg/driver"
"github.com/vmware-tanzu/buildkit-cli-for-kubectl/pkg/driver/kubernetes/manifest"
"github.com/vmware-tanzu/buildkit-cli-for-kubectl/pkg/driver/kubernetes/podchooser"
"github.com/vmware-tanzu/buildkit-cli-for-kubectl/version"

"github.com/pkg/errors"
"k8s.io/client-go/kubernetes"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp" // register GCP auth provider
)

const prioritySupported = 40
Expand Down
202 changes: 202 additions & 0 deletions vendor/cloud.google.com/go/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0c5bdf8

Please sign in to comment.