1
0
mirror of https://github.com/docker/cli.git synced 2026-01-25 03:42:05 +03:00

Update vendored engine-api for OpenBSD support

Signed-off-by: Frank Groeneveld <frank@frankgroeneveld.nl>
Upstream-commit: 3cf8a9ede71081efbade168fa6ff6d65d2a0e4eb
Component: engine
This commit is contained in:
Frank Groeneveld
2016-03-21 12:11:11 +01:00
parent 1b7ec52c5b
commit b2b2246770
3 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
// +build linux freebsd solaris
// +build linux freebsd solaris openbsd
package client

View File

@@ -368,9 +368,10 @@ type MountPoint struct {
// Volume represents the configuration of a volume for the remote API
type Volume struct {
Name string // Name is the name of the volume
Driver string // Driver is the Driver name used to create the volume
Mountpoint string // Mountpoint is the location on disk of the volume
Name string // Name is the name of the volume
Driver string // Driver is the Driver name used to create the volume
Mountpoint string // Mountpoint is the location on disk of the volume
Status map[string]interface{} `json:",omitempty"` // Status provides low-level status information about the volume
}
// VolumesListResponse contains the response for the remote API: