diff --git a/vhdbuilder/prefetch/pkg/cni/types.go b/vhdbuilder/prefetch/pkg/cni/types.go index 30528917857..02cf853b8b8 100644 --- a/vhdbuilder/prefetch/pkg/cni/types.go +++ b/vhdbuilder/prefetch/pkg/cni/types.go @@ -5,8 +5,8 @@ type CNIContainerImage struct { Binaries []string } -type CNIPrefetchList map[string][]string - type PrefetchTemplateArgs struct { Images []CNIContainerImage } + +type CNIPrefetchList map[string][]string