Merge pull request #17034 from rhvgoyal/volume-propagation

Capability to specify per volume mount propagation mode
This commit is contained in:
Brian Goff 2015-12-15 12:14:41 -05:00
Родитель 4e2de1e87b 6040d65962
Коммит f84c682927
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -338,6 +338,7 @@ type MountPoint struct {
Driver string `json:",omitempty"` Driver string `json:",omitempty"`
Mode string Mode string
RW bool RW bool
Propagation string
} }
// Volume represents the configuration of a volume for the remote API // Volume represents the configuration of a volume for the remote API