kubernetes/pkg/kubelet/dockertools
k8s-merge-robot 7aa592bfa3 Merge pull request #29553 from yujuhong/docker-shim
Automatic merge from submit-queue

Add a docker-shim package

Add a new docker integration with kubelet using the new runtime API.
This change adds the package with the skeleton and implements some of the basic operations.


This PR only implements a small sets of functions. The rest of the functions will be implemented
in the followup PRs to keep the changes readable, and the reviewers sane.

Note: The first commit is from #28396, only the second commit is for review. 

/cc @kubernetes/sig-node @feiskyer @Random-Liu
2016-07-28 17:58:56 -07:00
..
fixtures/seccomp Add profile unit tests 2016-06-13 14:39:09 +02:00
container_gc_test.go - Added a DeleteContainer method in Runtime interface 2016-07-08 10:40:30 -07:00
container_gc.go - Added a DeleteContainer method in Runtime interface 2016-07-08 10:40:30 -07:00
convert_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
convert.go Avoiding trying to gc images with no tags which are still in use 2016-07-27 10:31:47 -07:00
docker_manager_test.go Refactor util clock into it's own pkg 2016-07-28 02:29:04 -04:00
docker_manager.go Add a dockershim package 2016-07-27 18:30:25 -07:00
docker_test.go Merge pull request #29526 from vishh/logfilelen 2016-07-28 12:10:51 -07:00
docker.go Merge pull request #29526 from vishh/logfilelen 2016-07-28 12:10:51 -07:00
exec.go Support terminal resizing for exec/attach/run 2016-07-13 17:06:16 -04:00
fake_docker_client.go Clear tags to remove images with multiple tags 2016-07-21 14:14:32 -07:00
fake_manager.go Revert "Remove pod mutation for PVs with supplemental GIDs" 2016-07-14 17:47:46 -07:00
images_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
images.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
instrumented_docker.go Add a dockershim package 2016-07-27 18:30:25 -07:00
kube_docker_client.go Support terminal resizing for exec/attach/run 2016-07-13 17:06:16 -04:00
labels_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
labels.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00