mirror of
https://github.com/containers/podman.git
synced 2025-06-05 05:57:24 +08:00
Update OCICNI vendor to 2d2983e4
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
@ -14,7 +14,7 @@ github.com/containers/image 7a1eac5d1df2dbd73d8b71853ebce32d989fcae3
|
||||
github.com/containers/storage 41294c85d97bef688e18f710402895dbecde3308
|
||||
github.com/containers/psgo 5dde6da0bc8831b35243a847625bcf18183bd1ee
|
||||
github.com/coreos/go-systemd v14
|
||||
github.com/cri-o/ocicni e617a611e1755a5aa1014541d5074ff09352fe00
|
||||
github.com/cri-o/ocicni 2d2983e40c242322a56c22a903785e7f83eb378c
|
||||
github.com/cyphar/filepath-securejoin v0.2.1
|
||||
github.com/davecgh/go-spew v1.1.0
|
||||
github.com/docker/distribution 7a8efe719e55bbfaff7bc5718cdf0ed51ca821df
|
||||
|
4
vendor/github.com/cri-o/ocicni/pkg/ocicni/types.go
generated
vendored
4
vendor/github.com/cri-o/ocicni/pkg/ocicni/types.go
generated
vendored
@ -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.
|
||||
|
Reference in New Issue
Block a user