k3s/pkg/kubelet/kuberuntime
Pengfei Ni b36ace9a57 Kubelet: add --container-runtime-endpoint and --image-service-endpoint
New flag --container-runtime-endpoint (overrides --container-runtime)
is introduced to kubelet which identifies the unix socket file of
the remote runtime service. And new flag --image-service-endpoint is
introduced to kubelet which identifies the unix socket file of the
image service.
2016-08-19 10:22:44 +08:00
..
fake_kuberuntime_manager.go Kubelet: add --container-runtime-endpoint and --image-service-endpoint 2016-08-19 10:22:44 +08:00
helpers.go Kubelet: generate sandbox/container config for new runtime API 2016-08-12 12:20:56 +08:00
kuberuntime_container.go Kubelet: generate sandbox/container config for new runtime API 2016-08-12 12:20:56 +08:00
kuberuntime_image.go
kuberuntime_image_test.go
kuberuntime_manager.go Kubelet: add --container-runtime-endpoint and --image-service-endpoint 2016-08-19 10:22:44 +08:00
kuberuntime_manager_test.go Kubelet: add --container-runtime-endpoint and --image-service-endpoint 2016-08-19 10:22:44 +08:00
kuberuntime_sandbox.go Kubelet: generate sandbox/container config for new runtime API 2016-08-12 12:20:56 +08:00
labels.go Kubelet: implement labels for kuberuntime 2016-08-09 10:01:45 +08:00
labels_test.go Kubelet: implement labels for kuberuntime 2016-08-09 10:01:45 +08:00