Merge pull request #2644 from madhanrm/vendor_win

Vendor in runtime spec referencing windows namespace
This commit is contained in:
Derek McGowan
2018-09-14 18:06:29 -07:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -503,6 +503,8 @@ type WindowsNetwork struct {
DNSSearchList []string `json:"DNSSearchList,omitempty"`
// Name (ID) of the container that we will share with the network stack.
NetworkSharedContainerName string `json:"networkSharedContainerName,omitempty"`
// name (ID) of the network namespace that will be used for the container.
NetworkNamespace string `json:"networkNamespace,omitempty"`
}
// WindowsHyperV contains information for configuring a container to run with Hyper-V isolation.