kubernetes/pkg/kubelet/dockertools
Clayton Coleman e929baf91a Support stdinOnce, which allows run-once STDIN injection
This allows containers to wait for input before startup by listening
on STDIN, and after STDIN is closed, continue running. Matches the
Docker syntax.
2015-10-16 20:33:50 -04:00
..
container_gc_test.go Pass the ContainerGCPolicy in Runtime.GarbageCollect 2015-10-09 06:57:10 +08:00
container_gc.go Pass the ContainerGCPolicy in Runtime.GarbageCollect 2015-10-09 06:57:10 +08:00
convert_test.go Use strong type for container ID 2015-10-07 10:58:05 -07:00
convert.go Rename imported package local name kubeletTypes to kubetypes 2015-10-09 10:24:31 -07:00
docker_test.go Merge pull request #14182 from jiangyaoguo/distinguish-registry-unavailable-and-pull-failure 2015-10-16 16:22:22 -07:00
docker.go Merge pull request #14182 from jiangyaoguo/distinguish-registry-unavailable-and-pull-failure 2015-10-16 16:22:22 -07:00
exec.go run gofmt on everything we touched 2015-08-05 17:52:56 -07:00
fake_docker_client.go Turn on smarter FakeDockerClient in HollowNode. 2015-10-05 21:36:54 +02:00
fake_manager.go Rename imported package local name kubeletTypes to kubetypes 2015-10-09 10:24:31 -07:00
instrumented_docker.go typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
manager_test.go Fix race condition for consuming podIP via downward API. 2015-10-13 16:39:11 -04:00
manager.go Support stdinOnce, which allows run-once STDIN injection 2015-10-16 20:33:50 -04:00