Yifan Gu
|
1d58992df7
|
kubelet: Refactor prober.
Decompose the health check prober from the kubelet.
|
2015-04-17 15:54:28 -07:00 |
Mike Danese
|
32c7de290c
|
fix readiness probe
|
2015-04-02 06:56:34 -07:00 |
Yifan Gu
|
6fecda710c
|
kubelet: Add container readiness manager.
Move the readiness managing logic into pkg/kubelet/container package
to facilitate the pluggable container runtime.
|
2015-03-26 18:45:23 -07:00 |
Yifan Gu
|
9f62b929b8
|
kubelet: Move container reference manager to pkg/kubelet/container.
This enables other package to use it, such as docktools.
|
2015-03-26 11:53:44 -07:00 |
Yifan Gu
|
a06bc96414
|
kubelet: Add container reference manager.
Move the reference managing logic into container reference manager.
This enables pluggable container runtime to manage the container references.
|
2015-03-26 09:50:54 -07:00 |
Yifan Gu
|
027f6854d0
|
kubelet: Remove docker container in prober's interface
Also change
kubelet.docketIDToRef[dockertools.DockerID]*api.ObjectReference{} to
kubelet.containerIDToRef[string]*api.ObjectReference{}.
|
2015-03-18 14:28:27 -07:00 |
Wojciech Tyczynski
|
5d95e9e671
|
Remove BoundPods from Kubelet
|
2015-03-16 19:17:21 +01:00 |
Yifan Gu
|
131e8a0e35
|
Refactor pkg/kubelet/kubelet.go: probeContainer().
Update the probe_test.go.
|
2015-03-06 16:38:09 -08:00 |
Tim Hockin
|
ea548b8260
|
Rename type Port to ContainerPort
Sadly I had to do this by hand - I just could not get gorename to fix up
users of it.
|
2015-02-27 21:05:59 -08:00 |
Daniel Smith
|
650f6cb826
|
Revert "Multi-port Endpoints"
|
2015-02-23 13:53:21 -08:00 |
Tim Hockin
|
e0fd83096c
|
Rename type Port to ContainerPort
Sadly I had to do this by hand - I just could not get gorename to fix up
users of it.
|
2015-02-21 22:26:38 -08:00 |
Mike Danese
|
c72c2a0d1e
|
added tests
|
2015-02-10 08:30:13 -08:00 |
Mike Danese
|
78f33e950a
|
rename api.LivenessProbe to api.Probe and break out Actions
|
2015-01-28 11:20:44 -08:00 |
Mike Danese
|
5ee4071cf1
|
migrated tests
|
2015-01-27 11:20:29 -08:00 |