k3s/pkg/kubelet/container
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
..
testing Merge pull request #25273 from ncdc/exec-sigwinch 2016-07-14 07:26:49 -07:00
cache.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
cache_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
container_gc.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
container_reference_manager.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
helpers.go Merge pull request #29388 from ronnielai/image-gc-check 2016-07-27 16:44:50 -07:00
helpers_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
interface.go Container runtime interface 2016-07-01 15:42:11 -07:00
kuberuntime.go Add a dockershim package 2016-07-27 18:30:25 -07:00
os.go Fixed several typos 2016-07-13 15:06:24 +01:00
pty_linux.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
pty_unsupported.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
ref.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
ref_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
resize.go Support terminal resizing for exec/attach/run 2016-07-13 17:06:16 -04:00
runtime.go Avoiding trying to gc images with no tags which are still in use 2016-07-27 10:31:47 -07:00
runtime_cache.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
runtime_cache_fake.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
runtime_cache_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
sync_result.go Moving image pulling errors under kubelet/images 2016-07-20 14:20:53 -07:00
sync_result_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00