mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
vendor: update containers/common
Signed-off-by: Michael Zimmermann <sigmaepsilon92@gmail.com>
This commit is contained in:
2
vendor/github.com/containers/common/libnetwork/types/network.go
generated
vendored
2
vendor/github.com/containers/common/libnetwork/types/network.go
generated
vendored
@ -269,6 +269,8 @@ type PerNetworkOptions struct {
|
||||
// InterfaceName for this container. Required in the backend.
|
||||
// Optional in the frontend. Will be filled with ethX (where X is a integer) when empty.
|
||||
InterfaceName string `json:"interface_name"`
|
||||
// Driver-specific options for this container.
|
||||
Options map[string]string `json:"options,omitempty"`
|
||||
}
|
||||
|
||||
// NetworkOptions for a given container.
|
||||
|
2
vendor/github.com/containers/common/version/version.go
generated
vendored
2
vendor/github.com/containers/common/version/version.go
generated
vendored
@ -1,4 +1,4 @@
|
||||
package version
|
||||
|
||||
// Version is the version of the build.
|
||||
const Version = "0.61.0"
|
||||
const Version = "0.62.0-dev"
|
||||
|
Reference in New Issue
Block a user