mirror of
https://github.com/docker/cli.git
synced 2026-01-19 21:41:31 +03:00
Merge pull request #29391 from lixiaobing10051267/masterTypeWin
fix some typos in libcontainer\types_windows.go Upstream-commit: ec8b286dd347d8c71b2c62d3793d7276a6e2b16c Component: engine
This commit is contained in:
@@ -16,11 +16,10 @@ type StateInfo struct {
|
||||
CommonStateInfo
|
||||
|
||||
// Platform specific StateInfo
|
||||
|
||||
UpdatePending bool // Indicates that there are some update operations pending that should be completed by a servicing container.
|
||||
}
|
||||
|
||||
// Stats contains statics from HCS
|
||||
// Stats contains statistics from HCS
|
||||
type Stats hcsshim.Statistics
|
||||
|
||||
// Resources defines updatable container resource values.
|
||||
@@ -49,7 +48,7 @@ type HyperVIsolationOption struct {
|
||||
// LayerOption is a CreateOption that indicates to the runtime the layer folder
|
||||
// and layer paths for a container.
|
||||
type LayerOption struct {
|
||||
// LayerFolder is the path to the current layer folder. Empty for Hyper-V containers.
|
||||
// LayerFolderPath is the path to the current layer folder. Empty for Hyper-V containers.
|
||||
LayerFolderPath string `json:",omitempty"`
|
||||
// Layer paths of the parent layers
|
||||
LayerPaths []string
|
||||
|
||||
Reference in New Issue
Block a user