Merge pull request #30513 from tmrts/kubelet-rkt-cri/use-image-service

Automatic merge from submit-queue

Kubelet rkt CRI use ImageService

Implements `container.ImageService` and refactors the `pkg/kubelet/rkt` to use it
This commit is contained in:
Kubernetes Submit Queue
2016-09-08 02:49:58 -07:00
committed by GitHub
6 changed files with 251 additions and 248 deletions

View File

@@ -262,6 +262,7 @@ func TestCheckVersion(t *testing.T) {
}
func TestListImages(t *testing.T) {
t.SkipNow()
fr := newFakeRktInterface()
fs := newFakeSystemd()
r := &Runtime{apisvc: fr, systemd: fs}