Mike Danese
|
17defc7383
|
run gofmt on everything we touched
|
2015-08-05 17:52:56 -07:00 |
Mike Danese
|
8e33cbfa28
|
rewrite go imports
|
2015-08-05 17:30:03 -07:00 |
Yifan Gu
|
7831b7da72
|
kubelet/container: Move prober.ContainerCommandRunner to container.
Also include the ContainerCommandRunner in Runtime interface, but
still keep the ContainerCommandRunner interface for testability.
|
2015-05-11 15:32:51 -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 |
Victor Marmol
|
3b9eba2c1b
|
Add SyncPod() to DockerManager and use in Kubelet.
This allows us to abstract away the logic of syncing a pod by the
runtime. It will allow other runtimes to perform their own sync as well.
|
2015-05-01 11:03:08 -07:00 |
Victor Marmol
|
bb8ee5b0db
|
Add lifecycle tests from kubelet_test to lifecycle.
|
2015-05-01 11:02:10 -07:00 |
Victor Marmol
|
7a737892f5
|
Extract out interface for GetPods().
This will remove the circular import with dockertools for
DockerManager. Eventually, this will be Runtime.
|
2015-05-01 11:02:10 -07:00 |
Victor Marmol
|
238b3c6f4e
|
Move lifecycle handlers to its own sub package.
This will allow injecting it into the runtimes.
|
2015-04-30 08:47:23 -07:00 |