Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Volume ¶
type Volume struct {
Type string
Source string
Target string
ReadOnly bool `mapstructure:"read_only"`
Mode string
Bind struct {
Propagation string
}
Volume struct {
NoCopy bool `mapstructure:"nocopy"`
}
Tmpfs struct {
Size string
}
}
func (*Volume) GetMountType ¶
func (*Volume) IsReadOnly ¶
Click to show internal directories.
Click to hide internal directories.