Yu-Ju Hong
737769954a
CRI: add Message in ContainerStatus
...
Kubernetes expects a brief CamelCase string as "Reason" and a human-readable
string as "Message" in the conatiner status. It is difficult for kubelet to
derive the other one if the runtime only provides one of the two fields.
Augment the API by adding the "Message" field.
2016-09-23 14:32:54 -07:00
Yu-Ju Hong
73f30b18e4
dockershim: support filter containers by sandbox ID
2016-09-16 11:31:15 -07:00
Yu-Ju Hong
2f60b72dd3
dockershim: add support for annotations
2016-09-16 11:31:15 -07:00
Yu-Ju Hong
fd70d94330
dockershim: fix sandbox/container filtering
2016-09-16 11:09:24 -07:00
Yu-Ju Hong
13b23c51cb
dockershim: fix docker filter, Hostname, and the apiversion
2016-09-14 16:42:02 -07:00
Pengfei Ni
4d85e48528
CRI: remove name from ContainerFilter and PodSandboxFilter
2016-09-13 22:11:49 +08:00
Yu-Ju Hong
84aab8d4a8
dockershim: utilize the Metadata in container names
...
This commit changes how the shim constructs and parses docker container names
by using the new "Metadata" types.
2016-09-12 10:58:21 -07:00
Yu-Ju Hong
a1833d1947
dockershim: bug fixes and more unit tests
...
Fixing the name triming and other small bugs. Added sandbox listing unit tests.
2016-09-12 10:58:21 -07: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
5960d87d21
dockershim: Implement sandbox methods
2016-08-02 15:24:52 -07:00
Yu-Ju Hong
03971d3992
dockershim: implement ContainerStatus()
2016-07-28 18:24:29 -07:00
Yu-Ju Hong
03d11bcf4e
Add a dockershim package
...
Add a new docker integration with kubelet using the new runtime API.
This change adds the package with some skeletons, and implements some
of the basic operations.
2016-07-27 18:30:25 -07:00