We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca96f4c + 4a096f6 commit 44a6eefCopy full SHA for 44a6eef
pkg/types/create/create.go
@@ -19,6 +19,9 @@ import (
19
"fmt"
20
21
"github.com/containernetworking/cni/pkg/types"
22
+ _ "github.com/containernetworking/cni/pkg/types/020"
23
+ _ "github.com/containernetworking/cni/pkg/types/040"
24
+ _ "github.com/containernetworking/cni/pkg/types/100"
25
convert "github.com/containernetworking/cni/pkg/types/internal"
26
)
27
0 commit comments