Explorar el Código

vendor engine-api 0.2.3 to add SystemStatus in Info type

Signed-off-by: Tibor Vass <tibor@docker.com>
Tibor Vass hace 9 años
padre
commit
192011e178
Se han modificado 2 ficheros con 2 adiciones y 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

@@ -22,7 +22,7 @@ clone git github.com/vdemeester/shakers 3c10293ce22b900c27acad7b28656196fcc2f73b
 clone git golang.org/x/net 47990a1ba55743e6ef1affd3a14e5bac8553615d https://github.com/golang/net.git
 clone git github.com/docker/go-units 651fc226e7441360384da338d0fd37f2440ffbe3
 clone git github.com/docker/go-connections v0.1.2
-clone git github.com/docker/engine-api v0.2.2
+clone git github.com/docker/engine-api v0.2.3
 clone git github.com/RackSec/srslog 6eb773f331e46fbba8eecb8e794e635e75fc04de
 clone git github.com/imdario/mergo 0.2.1
 

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

@@ -198,6 +198,7 @@ type Info struct {
 	Images             int
 	Driver             string
 	DriverStatus       [][2]string
+	SystemStatus       [][2]string
 	Plugins            PluginsInfo
 	MemoryLimit        bool
 	SwapLimit          bool