Skip to content

Commit 5f88b2e

Browse files
author
John Howard
committed
Merge pull request #47 from Microsoft/credentials
Added credentials to ContainerConfig
2 parents 6131038 + 42d8e61 commit 5f88b2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ type ContainerConfig struct {
4646
IgnoreFlushesDuringBoot bool // Optimization hint for container startup in Windows
4747
LayerFolderPath string // Where the layer folders are located
4848
Layers []Layer // List of storage layers
49+
Credentials string `json:",omitempty"` // Credentials information
4950
ProcessorWeight uint64 `json:",omitempty"` // CPU Shares 0..10000 on Windows; where 0 will be omitted and HCS will default.
5051
ProcessorMaximum int64 `json:",omitempty"` // CPU maximum usage percent 1..100
5152
StorageIOPSMaximum uint64 `json:",omitempty"` // Maximum Storage IOPS

0 commit comments

Comments
 (0)