kubernetes/pkg/kubelet/dockershim
Kubernetes Submit Queue d7c0eb322c Merge pull request #34276 from freehan/cri-runtime-config
Automatic merge from submit-queue

add UpdateRuntimeConfig interface

Expose UpdateRuntimeConfig interface in RuntimeService for kubelet to pass a set of configurations to runtime. Currently it only takes PodCIDR.

The use case is for kubelet to pass configs to runtime. Kubelet holds some config/information which runtime does not have, such as PodCIDR. I expect some of kubelet configurations will gradually move to runtime, but I believe cases like PodCIDR, which dynamically assigned by k8s master, need to stay for a while.
2016-10-13 23:10:42 -07:00
..
convert_test.go * Add docker pullable support. 2016-10-12 09:21:10 -07:00
convert.go * Add docker pullable support. 2016-10-12 09:21:10 -07:00
doc.go Add a dockershim package 2016-07-27 18:30:25 -07:00
docker_container_test.go Merge pull request #34380 from Random-Liu/fix-cri-image 2016-10-12 12:25:37 -07:00
docker_container.go Merge pull request #34380 from Random-Liu/fix-cri-image 2016-10-12 12:25:37 -07:00
docker_image_test.go * Add docker pullable support. 2016-10-12 09:21:10 -07:00
docker_image.go * Add docker pullable support. 2016-10-12 09:21:10 -07:00
docker_sandbox_test.go Change dockershim to use UnixNano instead of Unix. 2016-10-11 14:50:55 -07:00
docker_sandbox.go Change dockershim to use UnixNano instead of Unix. 2016-10-11 14:50:55 -07:00
docker_service_test.go Add unit test for get security option functions. 2016-09-28 18:38:23 -07:00
docker_service.go add UpdateRuntimeConfig interface 2016-10-12 22:33:58 -07:00
helpers_test.go Add unit test for get security option functions. 2016-09-28 18:38:23 -07:00
helpers.go Implement temporary ImageStats in kuberuntime_manager, and 2016-10-03 22:56:25 -07:00
legacy.go Kubelet: fix port forward for dockershim 2016-10-01 08:06:23 +08:00
naming_test.go dockershim: utilize the Metadata in container names 2016-09-12 10:58:21 -07:00
naming.go * Add docker pullable support. 2016-10-12 09:21:10 -07:00