Files
kubernetes/test/e2e_node
Kubernetes Submit Queue f75478875a Merge pull request #47113 from feiskyer/cri
Automatic merge from submit-queue

Kubelet: rename cri package name to pkg/kubelet/apis/cri/v1alpha1/runtime

**What this PR does / why we need it**:

We have moved CRI from api/v1alpha1/runtime to apis/cri/v1alpha1, which changed the package name of CRI. This would cause a significant problem: old-versioned runtime (based on CRI in v1.6) doesn't work with latest kubelet v1.7, and vice versa.

This PR renames cri package name to `pkg/kubelet/apis/cri/v1alpha1/runtime` for fixing the problem.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: 

fixes #47012

**Special notes for your reviewer**:

Should be included in v1.7.

**Release note**:

```release-note
CRI has been moved to package `pkg/kubelet/apis/cri/v1alpha1/runtime`.
```
2017-06-09 10:08:36 -07:00
..
2017-04-14 10:40:57 -07:00
2017-05-15 12:07:36 +08:00
2017-01-11 09:09:48 -05:00
2017-06-09 10:16:40 +08:00
2016-07-16 13:48:21 -04:00
2017-06-01 13:32:59 -07:00
2017-05-03 11:22:06 -07:00
2017-06-09 10:16:40 +08:00
2017-04-27 09:41:53 -07:00
2017-06-01 13:32:59 -07:00