kubernetes/pkg/kubelet/api
Kubernetes Submit Queue 482e3501dc Merge pull request #44904 from feiskyer/status
Automatic merge from submit-queue (batch tested with PRs 45056, 44904, 45312)

CRI: clarify the behavior of PodSandboxStatus and ContainerStatus

**What this PR does / why we need it**:
Currently, we define that ImageStatus should return `nil, nil` when requested image doesn't exist, and kubelet is relying on this behavior now.

However, we haven't clearly defined the behavior of PodSandboxStatus and ContainerStatus. Currently, they return error when requested sandbox/container doesn't exist, and kubelet is also relying on this behavior.

**Which issue this PR fixes** 

Fixes #44885.

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2017-05-03 19:44:02 -07:00
..
testing Add ImageFsInfo API for ImageManagerService 2017-05-03 15:17:45 +08:00
v1alpha1 Merge pull request #44904 from feiskyer/status 2017-05-03 19:44:02 -07:00
BUILD Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
services.go Add ImageFsInfo API for ImageManagerService 2017-05-03 15:17:45 +08:00