mirror of
https://github.com/containers/podman.git
synced 2025-11-13 17:47:13 +08:00
vendor c/common@main
In hope to fix a CI flake. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/common/libnetwork/cni/run.go
generated
vendored
2
vendor/github.com/containers/common/libnetwork/cni/run.go
generated
vendored
@@ -106,7 +106,7 @@ func (n *cniNetwork) Setup(namespacePath string, options types.SetupOptions) (ma
|
||||
}
|
||||
|
||||
// CNIResultToStatus convert the cni result to status block
|
||||
// nolint:golint
|
||||
// nolint:golint,revive
|
||||
func CNIResultToStatus(res cnitypes.Result) (types.StatusBlock, error) {
|
||||
result := types.StatusBlock{}
|
||||
cniResult, err := types040.GetResult(res)
|
||||
|
||||
Reference in New Issue
Block a user