summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-10-10 11:47:25 -0400
committerMatthew Heon <matthew.heon@gmail.com>2018-10-11 11:10:23 -0400
commitb3cde231abb1fe5c70aaf18f6f7540e6a123ae9d (patch)
treec01322bcf7964116892947b0ddc4b512f0146a0f /vendor
parent5c5163107cb31d83eb6cd05427e818182c1f6112 (diff)
downloadpodman-b3cde231abb1fe5c70aaf18f6f7540e6a123ae9d.tar.gz
podman-b3cde231abb1fe5c70aaf18f6f7540e6a123ae9d.tar.bz2
podman-b3cde231abb1fe5c70aaf18f6f7540e6a123ae9d.zip
Update OCICNI vendor to 2d2983e4
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'vendor')
-rw-r--r--vendor/github.com/cri-o/ocicni/pkg/ocicni/types.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/github.com/cri-o/ocicni/pkg/ocicni/types.go b/vendor/github.com/cri-o/ocicni/pkg/ocicni/types.go
index fed5d2f6a..d76094292 100644
--- a/vendor/github.com/cri-o/ocicni/pkg/ocicni/types.go
+++ b/vendor/github.com/cri-o/ocicni/pkg/ocicni/types.go
@@ -61,6 +61,10 @@ type CNIPlugin interface {
// for a plugin by name, e.g.
Name() string
+ // GetDefaultNetworkName returns the name of the plugin's default
+ // network.
+ GetDefaultNetworkName() string
+
// SetUpPod is the method called after the sandbox container of
// the pod has been created but before the other containers of the
// pod are launched.