k3s/pkg/kubelet
Yifan Gu 6ed27d06f7 kubelet: Move KillContainer to container runtime.
Rename KillContainerID(string) with KillContainer(string).
Delete the old KillContainer(*kubecontainer.Container).
2015-04-23 15:44:00 -07:00
..
cadvisor Add SubcontainerInfo() to cAdvisor API. 2015-04-23 10:20:05 -07:00
config Changing the scheduler package to use *api.Pod instead of api.Pod to 2015-04-17 13:34:31 -07:00
container Merge pull request #7249 from yifan-gu/generator 2015-04-23 14:59:23 -07:00
dockertools kubelet: Move KillContainer to container runtime. 2015-04-23 15:44:00 -07:00
envvars WIP: Implement multi-port Services 2015-03-30 19:28:11 -07:00
leaky Use a constant for the pod infra container name 2015-01-28 10:13:02 -08:00
metrics Propagate pod and container name for log files 2015-04-22 15:08:51 -07:00
network Make net plugins build on non-unix 2015-03-19 16:15:33 -07:00
container_gc.go pkg/kubelet: no more self receiver in kubelet pkg 2015-04-19 20:26:07 -07:00
container_gc_test.go Separate GC policy into containerGC struct. 2015-03-17 10:50:06 -07:00
doc.go
handlers.go kubelet/container: Move Prober/HandlerRunner interface to container/helpers.go 2015-04-22 11:56:15 -07:00
handlers_test.go kubelet: Refactor runHandler(). 2015-04-20 21:31:11 -07:00
image_manager.go pkg/kubelet: no more self receiver in kubelet pkg 2015-04-19 20:26:07 -07:00
image_manager_test.go pkg/kubelet: no more self receiver in kubelet pkg 2015-04-19 20:26:07 -07:00
kubelet.go kubelet: Move KillContainer to container runtime. 2015-04-23 15:44:00 -07:00
kubelet_test.go kubelet: Move KillContainer to container runtime. 2015-04-23 15:44:00 -07:00
mirror_client.go Changing a few remaining instances of passing pods around by value. I 2015-04-20 15:26:45 -07:00
mirror_client_test.go Changing a few remaining instances of passing pods around by value. I 2015-04-20 15:26:45 -07:00
networks.go Revert "Revert "[WIP] southbound networking hooks in kubelet"" 2015-03-19 16:14:13 -07:00
pod_manager.go Changing a few remaining instances of passing pods around by value. I 2015-04-20 15:26:45 -07:00
pod_manager_test.go Changing the scheduler package to use *api.Pod instead of api.Pod to 2015-04-17 13:34:31 -07:00
pod_workers.go kubelet/container: Replace DockerCache with RuntimeCache. 2015-04-13 18:16:05 -07:00
pod_workers_test.go kubelet/dockertools: Add readinessManage/containerRefManager to dockerManager. 2015-04-23 14:20:34 -07:00
probe.go kubelet/container: Move Prober/HandlerRunner interface to container/helpers.go 2015-04-22 11:56:15 -07:00
probe_test.go kubelet/container: Move Prober/HandlerRunner interface to container/helpers.go 2015-04-22 11:56:15 -07:00
root_context_linux.go Remove workaround for libcontainer Getfilecon bug 2015-04-15 13:29:20 -04:00
root_context_unsupported.go Set rootcontext of emptyDir tmpfs mounts correctly 2015-04-13 12:50:36 -04:00
runonce.go Changing the scheduler package to use *api.Pod instead of api.Pod to 2015-04-17 13:34:31 -07:00
runonce_test.go kubelet/dockertools: Add readinessManage/containerRefManager to dockerManager. 2015-04-23 14:20:34 -07:00
server.go Kubelet: Add /stats/container endpoint. 2015-04-23 10:38:29 -07:00
server_test.go Kubelet: Add /stats/container endpoint. 2015-04-23 10:38:29 -07:00
status_manager.go pkg/kubelet: clean up status manager 2015-04-11 11:37:07 -07:00
status_manager_test.go Create a new testclient package that can be backed by disk files 2015-04-07 14:56:15 -04:00
types.go Changing the scheduler package to use *api.Pod instead of api.Pod to 2015-04-17 13:34:31 -07:00
types_test.go Add HostNetworkSources capability to limit use of HostNetwork. 2015-03-25 11:23:06 -07:00
util.go Fix build (kubelet/util.go) 2015-04-13 12:29:36 -04:00
volume_manager.go kubelet: Introduce volume manager. 2015-04-23 10:37:02 -07:00
volumes.go Refactored Volume plugins to use InternalVolume instead of API types 2015-04-14 14:25:01 -04:00