Skip to content

Commit

Permalink
Merge pull request #47 from Microsoft/credentials
Browse files Browse the repository at this point in the history
Added credentials to ContainerConfig
  • Loading branch information
John Howard committed Jun 8, 2016
2 parents 6131038 + 42d8e61 commit 5f88b2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f88b2e

Please sign in to comment.