зеркало из https://github.com/docker/engine-api.git
Merge pull request #278 from vieux/optional_secret
optional swarm secret
This commit is contained in:
Коммит
cf0f1d7b74
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче