Minhan Xia
480bcb9760
add UpdateRuntimeConfig interface
2016-10-12 22:33:58 -07:00
Pengfei Ni
9d42d450f8
CRI: Add init containers
2016-09-30 10:48:57 +08:00
Pengfei Ni
f774a68d52
Kubelet: add garbage collection for new runtime API
2016-09-14 09:09:45 +08:00
Pengfei Ni
4d85e48528
CRI: remove name from ContainerFilter and PodSandboxFilter
2016-09-13 22:11:49 +08:00
Kubernetes Submit Queue
bd50f7c9cc
Merge pull request #32202 from feiskyer/kuberuntime-runsandbox
...
Automatic merge from submit-queue
Kubelet: rename CreatePodSandbox to RunPodSandbox in CRI
As @yifan-gu pointed out in #31847 , the name `CreatePodSandbox` doesn't reflect that the sandbox is running after the API succeeds. This PR renames it to `RunPodSandbox` to make this clear.
CC @yujuhong @yifan-gu @kubernetes/sig-node
2016-09-10 00:59:56 -07:00
Pengfei Ni
58a9da3310
Kubelet: rename CreatePodSandbox to RunPodSandbox in CRI
2016-09-07 21:38:56 +08:00
Pengfei Ni
1c62d2c368
Kubelet: implement PodStatus for new runtime API
2016-08-25 09:36:00 +08:00
Pengfei Ni
9bfa37f2ae
Kubelet: pass pod name/namespace/uid to runtimes
2016-08-23 07:33:15 +08:00
Yu-Ju Hong
93f0c5a8e5
Repalce rawContainerID with containerID
2016-08-05 16:26:47 -07:00
Yu-Ju Hong
5c06d7e620
CRI: rename DeletePodSandbox to RemovePodSandbox
...
This makes it consistent with other calls (e.g., RemoveContainer, RemoveImage).
2016-08-03 15:46:34 -07:00
Pengfei Ni
bf7a941b92
Kubelet: implement fake runtime/image service
2016-08-02 12:17:20 +08:00
Yu-Ju Hong
97e30e134e
kubelet: move kuberuntime.go to api/services.go
...
Also add a testing package and add placeholders for fake services.
2016-08-01 15:31:55 -07:00