Vendoring update for pull secrets and policies

Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
This commit is contained in:
Simon Ferquel
2019-01-28 16:54:09 +01:00
parent cf6c238660
commit e9b7db5b4c
2 changed files with 3 additions and 1 deletions

View File

@ -97,6 +97,8 @@ type ServiceConfig struct {
User *int64 `json:"user,omitempty"`
Volumes []ServiceVolumeConfig `json:"volumes,omitempty"`
WorkingDir string `json:"working_dir,omitempty"`
PullSecret string `json:"pull_secret,omitempty"`
PullPolicy string `json:"pull_policy,omitempty"`
}
// ServicePortConfig is the port configuration for a service