Chao Xu
|
2f6e5e2e08
|
Update ContainerState.Termination to ContainerState.Terminated in pkg/api/types.go and pkg/api/v1/types.go
|
2015-05-28 17:18:24 -07:00 |
Paul Morie
|
8b338860aa
|
Make kubelet expand var refs in cmd, args, env
|
2015-05-27 00:13:57 -04:00 |
Yifan Gu
|
6a5681e0fe
|
kubelet: Move HashContainer to kubelet/container package.
|
2015-05-20 12:08:32 -07:00 |
Yifan Gu
|
a2dac158c2
|
kubelet/container: Remove ipcMode and netMode from RunContainerOptions.
Since createPodInfraContainer() is moved into dockertools. There is no
need to pass the ipcMode or netMode via RunContainerOptions.
|
2015-05-12 14:18:00 -07:00 |
Eric Paris
|
6b3a6e6b98
|
Make copyright ownership statement generic
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
|
2015-05-01 17:49:56 -04:00 |
Yifan Gu
|
3751ecc766
|
kubelet/container: Move ShouldContainerBeRestarted() to runtime.
|
2015-04-30 22:55:25 -07:00 |
Yu-Ju Hong
|
2f7b951140
|
Remove more docker references in kubelet
This change also renames TrimRuntimePrefixFromImage to TrimRuntimePrefix to
better reflect that the usage is not limited to images (e.g. ID).
|
2015-04-30 13:16:11 -07:00 |
Victor Marmol
|
f38c607285
|
Move Prober to its own subpackage.
This will allow it to be reused by the runtimes.
|
2015-04-29 10:11:28 -07:00 |
Victor Marmol
|
42a2059a5d
|
Remove DockerPrefix references in Kubelet.
Makes this usage generic and usable by other runtimes.
|
2015-04-27 15:55:13 -07:00 |
Yifan Gu
|
bd7132bc07
|
kubelet/container: Introduce RunContainerOptionsGenerator.
This interface wraps the kubelet to provide the options for
container runtime to run a container.
|
2015-04-23 13:55:50 -07:00 |
Yifan Gu
|
f59013410a
|
kubelet/container: Move Prober/HandlerRunner interface to container/helpers.go
This enables us to pass them to container runtime as parameters.
|
2015-04-22 11:56:15 -07:00 |