Skip to content

Commit

Permalink
Look for usable on-cluster credentials using k8schain (#243)
Browse files Browse the repository at this point in the history
* dep ensure and use k8schain

* checkpoint

* fix vendoring, stuff builds

* Use k8schain for pushes too

* Use NewNoClient

* update ggcr dep

* Move k8schain usage to image_util.go
  • Loading branch information
imjasonh authored and priyawadhwa committed Jul 21, 2018
1 parent eb6faa0 commit 0e3fc0b
Show file tree
Hide file tree
Showing 796 changed files with 400,528 additions and 40 deletions.
237 changes: 235 additions & 2 deletions Gopkg.lock

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

12 changes: 12 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
required = [
"k8s.io/client-go/discovery",
]

[prune]
unused-packages = true
non-go = true
Expand Down Expand Up @@ -50,3 +54,11 @@
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.13.56"

[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.10.0"

[[override]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.10.0"
Loading

0 comments on commit 0e3fc0b

Please sign in to comment.