k3s/pkg/credentialprovider
Kubernetes Submit Queue 23e60ac9ad Merge pull request #48308 from yguo0905/docker-api
Automatic merge from submit-queue

Update Docker API in Kubelet

Ref: https://github.com/kubernetes/kubernetes/issues/34308

The Kubelet currently uses deprecated docker API (https://godoc.org/github.com/docker/engine-api). This PR changes it to use the new one (https://godoc.org/github.com/moby/moby/client).

This PR updated the docker package from 1.11 to 1.13.1-rc2.

**Release note**:
```
None
```

/assign @Random-Liu 
/cc @yujuhong
2017-07-14 15:30:59 -07:00
..
aws autogenerated 2017-04-14 10:40:57 -07:00
azure azure: acr docker cred provider reuses auth 2017-07-13 14:27:37 -07:00
gcp GCP credential provider: add "type" field to fake JSON key in unit test 2017-04-28 16:16:53 -07:00
rancher autogenerated 2017-04-14 10:40:57 -07:00
BUILD Updates Docker Engine API 2017-07-13 12:55:07 -07: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 Updates Docker Engine API 2017-07-13 12:55:07 -07:00
keyring_test.go Updates Docker Engine API 2017-07-13 12:55:07 -07:00
plugins.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
provider.go Updates Docker Engine API 2017-07-13 12:55:07 -07:00
provider_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00