kaniko/vendor/github.com/vdemeester/k8s-pkg-credentialprovider
Sascha Schwarze 69f942f751
Improve retry behavior for push operation (#1578)
* Update go-containerregistry to 0.4

* Implement --push-retry argument
2021-02-22 21:25:58 -08:00
..
aws Improve retry behavior for push operation (#1578) 2021-02-22 21:25:58 -08:00
azure Improve retry behavior for push operation (#1578) 2021-02-22 21:25:58 -08:00
gcp Improve retry behavior for push operation (#1578) 2021-02-22 21:25:58 -08:00
secrets Improve retry behavior for push operation (#1578) 2021-02-22 21:25:58 -08:00
LICENSE upgrade go container registry to latest master 2020-03-18 15:00:49 -07:00
README.md upgrade go container registry to latest master 2020-03-18 15:00:49 -07:00
config.go Improve retry behavior for push operation (#1578) 2021-02-22 21:25:58 -08:00
doc.go Improve retry behavior for push operation (#1578) 2021-02-22 21:25:58 -08:00
go.mod Improve retry behavior for push operation (#1578) 2021-02-22 21:25:58 -08:00
go.sum Improve retry behavior for push operation (#1578) 2021-02-22 21:25:58 -08:00
keyring.go Improve retry behavior for push operation (#1578) 2021-02-22 21:25:58 -08:00
plugins.go Improve retry behavior for push operation (#1578) 2021-02-22 21:25:58 -08:00
provider.go Improve retry behavior for push operation (#1578) 2021-02-22 21:25:58 -08:00
sync.sh Improve retry behavior for push operation (#1578) 2021-02-22 21:25:58 -08:00

README.md

k8s.io/kubernetes/pkg/credentialprovider temporary fork

This is a temporary fork of the package k8s.io/kubernetes/pkg/credentialprovider to be able to use it without having to depend on k8s.io/kubernetes, dependency that brings hell with it, especially with go modules.

See kubernetes/enhancements#1406 for progress on the matter.