Revendor hcsshim and go-tar
Signed-off-by: Darren Stahl <darst@microsoft.com>
This commit is contained in:

committed by
Derek McGowan

parent
967caeeacc
commit
444e4220c2
11
vendor/github.com/Microsoft/hcsshim/interface.go
generated
vendored
11
vendor/github.com/Microsoft/hcsshim/interface.go
generated
vendored
@@ -30,11 +30,12 @@ type Layer struct {
|
||||
}
|
||||
|
||||
type MappedDir struct {
|
||||
HostPath string
|
||||
ContainerPath string
|
||||
ReadOnly bool
|
||||
BandwidthMaximum uint64
|
||||
IOPSMaximum uint64
|
||||
HostPath string
|
||||
ContainerPath string
|
||||
ReadOnly bool
|
||||
BandwidthMaximum uint64
|
||||
IOPSMaximum uint64
|
||||
CreateInUtilityVM bool
|
||||
}
|
||||
|
||||
type MappedPipe struct {
|
||||
|
Reference in New Issue
Block a user