From b3cde231abb1fe5c70aaf18f6f7540e6a123ae9d Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 10 Oct 2018 11:47:25 -0400 Subject: Update OCICNI vendor to 2d2983e4 Signed-off-by: Matthew Heon --- vendor/github.com/cri-o/ocicni/pkg/ocicni/types.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vendor/github.com/cri-o') 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. -- cgit v1.2.3-54-g00ecf