Merge pull request #278 from vieux/optional_secret

optional swarm secret
This commit is contained in:
David Calavera 2016-06-15 09:23:08 -07:00 коммит произвёл GitHub
Родитель c1549dd086 66ac20d635
Коммит cf0f1d7b74
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -29,7 +29,7 @@ type AcceptancePolicy struct {
type Policy struct {
Role NodeRole
Autoaccept bool
Secret string `json:",omitempty"`
Secret *string `json:",omitempty"`
}
// OrchestrationConfig represents ochestration configuration.