kubernetes/pkg/kubelet/api
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
..
testing Kubelet: add garbage collection for new runtime API 2016-09-14 09:09:45 +08:00
v1alpha1 CRI: add Message in ContainerStatus 2016-09-23 14:32:54 -07:00
services.go Kubelet: rename CreatePodSandbox to RunPodSandbox in CRI 2016-09-07 21:38:56 +08:00