Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
Brian Goff 2016-04-29 09:28:51 -04:00
Родитель 87de7b6833
Коммит 01f2950d30
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 1E4121BEC1DCEC41
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -395,6 +395,7 @@ type Volume struct {
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
Labels map[string]string // Labels is metadata specific to the volume
Scope string // Scope describes the level at which the volume exists (e.g. `global` for cluster-wide or `local` for machine level)
}
// VolumesListResponse contains the response for the remote API: