Merge pull request #19524 from derekparker/rkt-image-size

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-02-01 11:53:36 -08:00
7 changed files with 157 additions and 15 deletions

View File

@@ -300,21 +300,25 @@ func TestListImages(t *testing.T) {
Id: "sha512-a2fb8f390702",
Name: "quay.io/coreos/alpine-sh",
Version: "latest",
Size: 400,
},
{
Id: "sha512-c6b597f42816",
Name: "coreos.com/rkt/stage1-coreos",
Version: "0.10.0",
Size: 400,
},
},
[]kubecontainer.Image{
{
ID: "sha512-a2fb8f390702",
RepoTags: []string{"quay.io/coreos/alpine-sh:latest"},
Size: 400,
},
{
ID: "sha512-c6b597f42816",
RepoTags: []string{"coreos.com/rkt/stage1-coreos:0.10.0"},
Size: 400,
},
},
},