mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
remove ccirrelo/supervisor, update
everything seems to work even though sirupsen is upper case? :cyfap:
This commit is contained in:
3
vendor/github.com/fsouza/go-dockerclient/.travis.yml
generated
vendored
3
vendor/github.com/fsouza/go-dockerclient/.travis.yml
generated
vendored
@@ -1,9 +1,8 @@
|
||||
language: go
|
||||
sudo: required
|
||||
go:
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- 1.9rc2
|
||||
- 1.9
|
||||
- tip
|
||||
os:
|
||||
- linux
|
||||
|
||||
3
vendor/github.com/fsouza/go-dockerclient/appveyor.yml
generated
vendored
3
vendor/github.com/fsouza/go-dockerclient/appveyor.yml
generated
vendored
@@ -5,9 +5,8 @@ clone_folder: c:\gopath\src\github.com\fsouza\go-dockerclient
|
||||
environment:
|
||||
GOPATH: c:\gopath
|
||||
matrix:
|
||||
- GOVERSION: 1.7.5
|
||||
- GOVERSION: 1.8.3
|
||||
- GOVERSION: 1.9rc2
|
||||
- GOVERSION: 1.9
|
||||
install:
|
||||
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
|
||||
- rmdir c:\go /s /q
|
||||
|
||||
1
vendor/github.com/fsouza/go-dockerclient/container.go
generated
vendored
1
vendor/github.com/fsouza/go-dockerclient/container.go
generated
vendored
@@ -778,6 +778,7 @@ type HostConfig struct {
|
||||
IOMaximumBandwidth int64 `json:"IOMaximumBandwidth,omitempty" yaml:"IOMaximumBandwidth,omitempty"`
|
||||
IOMaximumIOps int64 `json:"IOMaximumIOps,omitempty" yaml:"IOMaximumIOps,omitempty"`
|
||||
Mounts []HostMount `json:"Mounts,omitempty" yaml:"Mounts,omitempty" toml:"Mounts,omitempty"`
|
||||
Init bool `json:",omitempty" yaml:",omitempty"`
|
||||
}
|
||||
|
||||
// NetworkingConfig represents the container's networking configuration for each of its interfaces
|
||||
|
||||
5
vendor/github.com/fsouza/go-dockerclient/network.go
generated
vendored
5
vendor/github.com/fsouza/go-dockerclient/network.go
generated
vendored
@@ -125,8 +125,9 @@ type CreateNetworkOptions struct {
|
||||
//
|
||||
// See https://goo.gl/T8kRVH for more details.
|
||||
type IPAMOptions struct {
|
||||
Driver string `json:"Driver" yaml:"Driver" toml:"Driver"`
|
||||
Config []IPAMConfig `json:"Config" yaml:"Config" toml:"Config"`
|
||||
Driver string `json:"Driver" yaml:"Driver" toml:"Driver"`
|
||||
Config []IPAMConfig `json:"Config" yaml:"Config" toml:"Config"`
|
||||
Options map[string]string `json:"Options" yaml:"Options" toml:"Options"`
|
||||
}
|
||||
|
||||
// IPAMConfig represents IPAM configurations
|
||||
|
||||
Reference in New Issue
Block a user