deps: update containernetworking/cni to v0.5.2
This commit is contained in:
3
vendor/github.com/containernetworking/cni/pkg/invoke/args.go
generated
vendored
3
vendor/github.com/containernetworking/cni/pkg/invoke/args.go
generated
vendored
@@ -47,6 +47,9 @@ type Args struct {
|
||||
Path string
|
||||
}
|
||||
|
||||
// Args implements the CNIArgs interface
|
||||
var _ CNIArgs = &Args{}
|
||||
|
||||
func (args *Args) AsEnv() []string {
|
||||
env := os.Environ()
|
||||
pluginArgsStr := args.PluginArgsStr
|
||||
|
Reference in New Issue
Block a user