k3s/pkg/kubelet/rkt
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
..
BUILD Updates Docker Engine API 2017-07-13 12:55:07 -07:00
OWNERS Update OWNERS approvers and reviewers: pkg/kubelet 2017-01-18 10:27:11 -08:00
cap.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
config.go rkt: Override the config using the response from rkt api service. 2016-08-23 11:42:20 -07:00
container_id.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
fake_rkt_interface_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
image.go Updates Docker Engine API 2017-07-13 12:55:07 -07:00
log.go run hack/update-all 2017-06-22 11:31:03 -07:00
rkt.go revert workaround in PR 46246 as APIs have been consistent 2017-07-09 20:38:01 +08:00
rkt_test.go Provide a way to setup the limit NO files for rkt Pods 2017-07-01 18:57:52 +02:00
systemd.go Fix comments typo in rkt. 2017-03-24 11:31:15 +08:00
version.go Port remaining code to pkg/util/version 2016-12-13 08:53:24 -05:00