deps: update containernetworking/cni to v0.5.2

This commit is contained in:
Casey Callendrello
2017-04-10 13:04:28 +02:00
parent eccba3b6d0
commit 8963dd1b8c
18 changed files with 1832 additions and 129 deletions

View File

@@ -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