From 42d8e6156a63a25989f7245575888c608cddc5b8 Mon Sep 17 00:00:00 2001 From: Darren Stahl Date: Wed, 8 Jun 2016 14:25:43 -0700 Subject: [PATCH] Added credentials to ContainerConfig Signed-off-by: Darren Stahl --- interface.go | 1 + 1 file changed, 1 insertion(+) diff --git a/interface.go b/interface.go index 74270d39f8..881dc01431 100644 --- a/interface.go +++ b/interface.go @@ -46,6 +46,7 @@ type ContainerConfig struct { IgnoreFlushesDuringBoot bool // Optimization hint for container startup in Windows LayerFolderPath string // Where the layer folders are located Layers []Layer // List of storage layers + Credentials string `json:",omitempty"` // Credentials information ProcessorWeight uint64 `json:",omitempty"` // CPU Shares 0..10000 on Windows; where 0 will be omitted and HCS will default. ProcessorMaximum int64 `json:",omitempty"` // CPU maximum usage percent 1..100 StorageIOPSMaximum uint64 `json:",omitempty"` // Maximum Storage IOPS