[hyper-provider] update hypercli in vendor
This commit is contained in:
6
vendor/github.com/hyperhq/hypercli/runconfig/opts/parse.go
generated
vendored
6
vendor/github.com/hyperhq/hypercli/runconfig/opts/parse.go
generated
vendored
@@ -9,11 +9,11 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/docker/engine-api/types/container"
|
||||
networktypes "github.com/docker/engine-api/types/network"
|
||||
"github.com/docker/engine-api/types/strslice"
|
||||
"github.com/docker/go-connections/nat"
|
||||
"github.com/docker/go-units"
|
||||
"github.com/hyperhq/hyper-api/types/container"
|
||||
networktypes "github.com/hyperhq/hyper-api/types/network"
|
||||
"github.com/hyperhq/hyper-api/types/strslice"
|
||||
"github.com/hyperhq/hypercli/opts"
|
||||
flag "github.com/hyperhq/hypercli/pkg/mflag"
|
||||
"github.com/hyperhq/hypercli/pkg/mount"
|
||||
|
||||
6
vendor/github.com/hyperhq/hypercli/runconfig/opts/parse_test.go
generated
vendored
6
vendor/github.com/hyperhq/hypercli/runconfig/opts/parse_test.go
generated
vendored
@@ -10,11 +10,11 @@ import (
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/docker/go-connections/nat"
|
||||
"github.com/hyperhq/hyper-api/types/container"
|
||||
networktypes "github.com/hyperhq/hyper-api/types/network"
|
||||
flag "github.com/hyperhq/hypercli/pkg/mflag"
|
||||
"github.com/hyperhq/hypercli/runconfig"
|
||||
"github.com/docker/engine-api/types/container"
|
||||
networktypes "github.com/docker/engine-api/types/network"
|
||||
"github.com/docker/go-connections/nat"
|
||||
)
|
||||
|
||||
func parseRun(args []string) (*container.Config, *container.HostConfig, *networktypes.NetworkingConfig, *flag.FlagSet, error) {
|
||||
|
||||
2
vendor/github.com/hyperhq/hypercli/runconfig/opts/throttledevice.go
generated
vendored
2
vendor/github.com/hyperhq/hypercli/runconfig/opts/throttledevice.go
generated
vendored
@@ -5,8 +5,8 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/docker/engine-api/types/blkiodev"
|
||||
"github.com/docker/go-units"
|
||||
"github.com/hyperhq/hyper-api/types/blkiodev"
|
||||
)
|
||||
|
||||
// ValidatorThrottleFctType defines a validator function that returns a validated struct and/or an error.
|
||||
|
||||
2
vendor/github.com/hyperhq/hypercli/runconfig/opts/weightdevice.go
generated
vendored
2
vendor/github.com/hyperhq/hypercli/runconfig/opts/weightdevice.go
generated
vendored
@@ -5,7 +5,7 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/docker/engine-api/types/blkiodev"
|
||||
"github.com/hyperhq/hyper-api/types/blkiodev"
|
||||
)
|
||||
|
||||
// ValidatorWeightFctType defines a validator function that returns a validated struct and/or an error.
|
||||
|
||||
Reference in New Issue
Block a user