Vendoring latest hcsshim

Signed-off-by: Sandeep Bansal <msabansal@microsoft.com>
Upstream-commit: 0f25dc2440cae3e584515af6d8b0d9e386f0e3e3
Component: engine
This commit is contained in:
Sandeep Bansal
2017-01-12 21:16:54 -08:00
committed by msabansal
parent 3fdf20b049
commit 9511268e9b
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# the following lines are in sorted order, FYI
github.com/Azure/go-ansiterm 388960b655244e76e24c75f48631564eaefade62
github.com/Microsoft/hcsshim v0.5.9
github.com/Microsoft/hcsshim v0.5.10
github.com/Microsoft/go-winio v0.3.7
github.com/Sirupsen/logrus v0.11.0
github.com/davecgh/go-spew 6d212800a42e8ab5c146b8ace3490ee17e5225f9

View File

@ -65,6 +65,7 @@ type ContainerConfig struct {
HvRuntime *HvRuntime `json:",omitempty"` // Hyper-V container settings. Used by Hyper-V containers only. Format ImagePath=%root%\BaseLayerID\UtilityVM
Servicing bool // True if this container is for servicing
AllowUnqualifiedDNSQuery bool // True to allow unqualified DNS name resolution
DNSSearchList string `json:",omitempty"` // Comma seperated list of DNS suffixes to use for name resolution
}
type ComputeSystemQuery struct {