k3s/pkg/kubelet/dockershim
Yu-Ju Hong 0957afbbd9 dockershim: clean up the legacy interface 2018-01-19 17:09:40 -08:00
..
cm Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
libdocker dockershim: bump the minimum supported docker version to 1.11 2018-01-04 10:22:16 -08:00
metrics update BUILD files 2017-10-15 18:18:13 -07:00
remote dockershim: call DockerService.Start() during grpc server startup 2018-01-19 16:31:18 -08:00
testing dockershim: remove corrupt checkpoints immediately upon detection 2017-11-13 20:34:17 -06:00
BUILD dockershim: clean up the legacy interface 2018-01-19 17:09:40 -08:00
convert.go
convert_test.go
doc.go
docker_checkpoint.go dockershim: remove corrupt checkpoints immediately upon detection 2017-11-13 20:34:17 -06:00
docker_checkpoint_test.go
docker_container.go dockershim: remove the use of kubelet's internal API 2018-01-19 16:31:18 -08:00
docker_container_test.go Fix all the unit tests and update the bazel files 2018-01-19 16:31:18 -08:00
docker_image.go dockershim: remove the use of kubelet's internal API 2018-01-19 16:31:18 -08:00
docker_image_linux.go dockershim: remove the use of kubelet's internal API 2018-01-19 16:31:18 -08:00
docker_image_test.go Fix all the unit tests and update the bazel files 2018-01-19 16:31:18 -08:00
docker_image_unsupported.go dockershim: remove the use of kubelet's internal API 2018-01-19 16:31:18 -08:00
docker_image_windows.go dockershim: remove the use of kubelet's internal API 2018-01-19 16:31:18 -08:00
docker_legacy_service.go dockershim: clean up the legacy interface 2018-01-19 17:09:40 -08:00
docker_sandbox.go dockershim: remove the use of kubelet's internal API 2018-01-19 16:31:18 -08:00
docker_sandbox_test.go Fix all the unit tests and update the bazel files 2018-01-19 16:31:18 -08:00
docker_service.go dockershim: clean up the legacy interface 2018-01-19 17:09:40 -08:00
docker_service_test.go Fix all the unit tests and update the bazel files 2018-01-19 16:31:18 -08:00
docker_stats_linux.go dockershim: remove the use of kubelet's internal API 2018-01-19 16:31:18 -08:00
docker_stats_unsupported.go dockershim: remove the use of kubelet's internal API 2018-01-19 16:31:18 -08:00
docker_stats_windows.go dockershim: remove the use of kubelet's internal API 2018-01-19 16:31:18 -08:00
docker_streaming.go dockershim: remove the use of kubelet's internal API 2018-01-19 16:31:18 -08:00
exec.go kubelet: remove the --docker-exec-handler flag 2017-09-22 12:13:31 -07:00
helpers.go dockershim: bump the minimum supported docker version to 1.11 2018-01-04 10:22:16 -08:00
helpers_linux.go Verify seccomp absolute path in dockershim 2017-11-22 02:49:52 +00:00
helpers_linux_test.go Verify seccomp absolute path in dockershim 2017-11-22 02:49:52 +00:00
helpers_test.go dockershim: bump the minimum supported docker version to 1.11 2018-01-04 10:22:16 -08:00
helpers_unsupported.go Sandbox Support for Windows + CNI 2017-11-02 17:40:20 -07:00
helpers_windows.go Sandbox Support for Windows + CNI 2017-11-02 17:40:20 -07:00
naming.go
naming_test.go
security_context.go
security_context_test.go
selinux_util.go
selinux_util_test.go