mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
kubelet/config/http_test: use versioned ContainerManifest
This commit is contained in:
parent
9a3afb7628
commit
7b71780dfc
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user