Merge pull request #5632 from yujuhong/manifest

kubelet/config/http_test: use versioned ContainerManifest
This commit is contained in:
Victor Marmol 2015-03-18 17:58:19 -07:00
commit 6db6e41a34

View File

@ -152,7 +152,7 @@ func TestExtractFromHTTP(t *testing.T) {
},
{
desc: "Single manifest without ID",
manifests: api.ContainerManifest{Version: "v1beta1", UUID: "111"},
manifests: v1beta1.ContainerManifest{Version: "v1beta1", UUID: "111"},
expected: CreatePodUpdate(kubelet.SET,
kubelet.HTTPSource,
api.Pod{