Yu-Ju Hong
c43a106b26
Move ConvertPodStatusToRunningPod back to the kubelet/container package
...
This avoids unnecessary imports between of kuberuntime from dockertools/rkt,
which implements the same kubecontainer.Runtime interface.
2016-09-22 12:13:44 -07:00
Yifan Gu
27d4866c4e
CRI: Add missing sandbox in runningPod.
...
Append containers that represent pod sandboxes when converting the
pod status to runningPod.
2016-09-19 11:52:00 -07:00
Kubernetes Submit Queue
b2d02bd1ab
Merge pull request #31395 from yujuhong/getpods
...
Automatic merge from submit-queue
Instruct PLEG to detect pod sandbox state changes
This PR adds a Sandboxes list in `kubecontainer.Pod`, so that PLEG can check
sandbox changes using `GetPods()` . The sandboxes are treated as regular
containers (type `kubecontainer.Container`) for now to avoid additional
changes in PLEG.
/cc @feiskyer @yifan-gu @euank
2016-09-08 05:41:16 -07:00
Pengfei Ni
1c62d2c368
Kubelet: implement PodStatus for new runtime API
2016-08-25 09:36:00 +08:00
Yu-Ju Hong
0fd2385e0b
Add "Sandboxes" to the kubecontainer.Pod
...
This field will only be used by the kuberuntime package and should be ignored
by other type of runtimes.
2016-08-24 14:45:43 -07:00
Pengfei Ni
9bfa37f2ae
Kubelet: pass pod name/namespace/uid to runtimes
2016-08-23 07:33:15 +08:00
Pengfei Ni
e3e10ddf8a
Kubelet: implement GetPods for kuberuntime
2016-08-22 10:59:05 +08:00
Pengfei Ni
3512975c31
Kubelet: generate sandbox/container config for new runtime API
2016-08-12 12:20:56 +08:00