Explorar o código

vendor engine-api to a52656d77f09d394104c1639824eada038bfdb89

Signed-off-by: Tibor Vass <tibor@docker.com>
Tibor Vass %!s(int64=9) %!d(string=hai) anos
pai
achega
e3c150bd47
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 1
      hack/vendor.sh
  2. 1 0
      vendor/src/github.com/docker/engine-api/types/types.go

+ 1 - 1
hack/vendor.sh

@@ -60,7 +60,7 @@ clone git golang.org/x/net 2beffdc2e92c8a3027590f898fe88f69af48a3f8 https://gith
 clone git golang.org/x/sys eb2c74142fd19a79b3f237334c7384d5167b1b46 https://github.com/golang/sys.git
 clone git golang.org/x/sys eb2c74142fd19a79b3f237334c7384d5167b1b46 https://github.com/golang/sys.git
 clone git github.com/docker/go-units 651fc226e7441360384da338d0fd37f2440ffbe3
 clone git github.com/docker/go-units 651fc226e7441360384da338d0fd37f2440ffbe3
 clone git github.com/docker/go-connections fa2850ff103453a9ad190da0df0af134f0314b3d
 clone git github.com/docker/go-connections fa2850ff103453a9ad190da0df0af134f0314b3d
-clone git github.com/docker/engine-api 53b6b19ee622c8584c28fdde0e3893383b290da3
+clone git github.com/docker/engine-api a52656d77f09d394104c1639824eada038bfdb89
 clone git github.com/RackSec/srslog 259aed10dfa74ea2961eddd1d9847619f6e98837
 clone git github.com/RackSec/srslog 259aed10dfa74ea2961eddd1d9847619f6e98837
 clone git github.com/imdario/mergo 0.2.1
 clone git github.com/imdario/mergo 0.2.1
 
 

+ 1 - 0
vendor/src/github.com/docker/engine-api/types/types.go

@@ -256,6 +256,7 @@ type Info struct {
 	Runtimes           map[string]Runtime
 	Runtimes           map[string]Runtime
 	DefaultRuntime     string
 	DefaultRuntime     string
 	Swarm              swarm.Info
 	Swarm              swarm.Info
+	LiveRestore        bool
 }
 }
 
 
 // PluginsInfo is a temp struct holding Plugins name
 // PluginsInfo is a temp struct holding Plugins name