Crazykev
1369a263f5
continue remove image when can't find image id with ref
...
Signed-off-by: Crazykev <crazykev@zju.edu.cn >
2017-05-15 19:12:29 +08:00
Michael Taufen
cbad320205
Reorganize kubelet tree so apis can be independently versioned
2017-05-12 10:02:33 -07:00
Kubernetes Submit Queue
e1bb9a5177
Merge pull request #45667 from yujuhong/mv-pull-tests
...
Automatic merge from submit-queue (batch tested with PRs 45691, 45667, 45698, 45715)
dockertools: migrate the unit tests and delete the package
2017-05-12 04:09:41 -07:00
Yu-Ju Hong
4b72d229f7
Migrate unit tests for image pulling credentials and error handling
...
Also remove the dockertools package completely.
2017-05-11 10:01:41 -07:00
Crazykev
ebb5c3d13d
return success if ImageNotFound in RemoveImage()
...
Signed-off-by: Crazykev <crazykev@zju.edu.cn >
2017-05-11 23:00:34 +08:00
Yu-Ju Hong
389c140eaf
Move docker client code from dockertools to dockershim/dockerlib
...
The code affected include DockerInterface (renamed to Interface),
FakeDockerClient, etc.
2017-05-05 11:48:08 -07:00
Pengfei Ni
5f7de0ab97
Add ImageFsInfo API for ImageManagerService
2017-05-03 15:17:45 +08:00
Yu-Ju Hong
b209f47562
Move exported constants/functions from dockertools to dockershim
...
Previously we exported many constants and functions in dockertools to
share with the dockershim package. This change moves such
constants/functions to dockershim and unexport them.
This change involves only mechnical changes and should not have any
functional impact.
2017-05-01 17:25:11 -07:00
Pengfei Ni
d4bfcd1fda
kubelet/dockershim: update cri to protobuf v3
2017-01-20 09:55:37 +08:00
Pengfei Ni
9d52b761cc
kuberuntime/dockershim: add image ref to ImageService interfaces
2016-12-29 16:53:01 +08:00
Pengfei Ni
f584ed4398
Fix package aliases to follow golang convention
2016-11-30 15:40:50 +08:00
Random-Liu
afa3414779
* Add docker pullable support.
...
* Fix inspect image bug.
* Fix remove image bug.
2016-10-12 09:21:10 -07:00
Yu-Ju Hong
e6a6513552
Apply default image tags for all runtimes
...
Move the docker-specific logic up to the ImageManager to allow code sharing
among different implementations.
2016-09-28 18:58:21 -07:00
Andrey Kurilin
9f1c3a4c56
Fix various typos in kubelet
2016-08-03 01:14:44 +03:00
Yu-Ju Hong
03d11bcf4e
Add a dockershim package
...
Add a new docker integration with kubelet using the new runtime API.
This change adds the package with some skeletons, and implements some
of the basic operations.
2016-07-27 18:30:25 -07:00