k3s/pkg/credentialprovider
Michael Taufen 8ec1958667 All Kubelet flags should be explicitly registered
This explicitly registers Kubelet flags from libraries that were
registering flags globally, and stops parsing the global flag set.
In general, we should always be explicit about flags we register
and parse, so that we maintain control over our command-line API.
2018-01-09 17:37:34 -08:00
..
aws Merge pull request #57179 from chrislovecnm/aws-creds-owners 2018-01-07 09:08:31 -08:00
azure All Kubelet flags should be explicitly registered 2018-01-09 17:37:34 -08:00
gcp All Kubelet flags should be explicitly registered 2018-01-09 17:37:34 -08:00
rancher Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
secrets Remove dependency on v1 API in base credential provider 2018-01-05 17:52:06 -05:00
BUILD Remove dependency on v1 API in base credential provider 2018-01-05 17:52:06 -05:00
OWNERS Remove krousey from some OWNERS files 2017-03-10 11:12:29 -08:00
config.go make invocation ReadDockerConfigFile can handle .dockerconfigjson file 2016-11-17 09:32:32 +08:00
config_test.go make function ReadDockerConfigFile more flexible 2016-10-14 23:23:46 +08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
keyring.go Remove dependency on v1 API in base credential provider 2018-01-05 17:52:06 -05:00
keyring_test.go Updates Docker Engine API 2017-07-13 12:55:07 -07:00
plugins.go
provider.go Updates Docker Engine API 2017-07-13 12:55:07 -07:00
provider_test.go