moby--moby/api/types/swarm
Drew Erny 14da20f5e7 Add support for sysctl options in services
Adds support for sysctl options in docker services.

* Adds API plumbing for creating services with sysctl options set.
* Adds swagger.yaml documentation for new API field.
* Updates the API version history document.
* Changes executor package to make use of the Sysctls field on objects
* Includes integration test to verify that new behavior works.

Essentially, everything needed to support the equivalent of docker run's
`--sysctl` option except the CLI.

Includes a vendoring of swarmkit for proto changes to support the new
behavior.

Signed-off-by: Drew Erny <drew.erny@docker.com>
2018-09-20 10:51:56 -05:00
..
runtime Add canonical import comment 2018-02-05 16:51:57 -05:00
common.go Add canonical import comment 2018-02-05 16:51:57 -05:00
config.go api: Add Templating parameter to SecretSpec and ConfigSpec 2018-02-16 11:25:13 -05:00
container.go Add support for sysctl options in services 2018-09-20 10:51:56 -05:00
network.go Support SCTP port mapping (bump up API to v1.37) 2018-02-20 11:15:36 +09:00
node.go Add canonical import comment 2018-02-05 16:51:57 -05:00
runtime.go Output network attachment task information 2018-05-22 23:36:30 +02:00
secret.go api: Add Templating parameter to SecretSpec and ConfigSpec 2018-02-16 11:25:13 -05:00
service.go Add canonical import comment 2018-02-05 16:51:57 -05:00
swarm.go Global Default Address Pool feature support 2018-08-20 15:07:08 -04:00
task.go Output network attachment task information 2018-05-22 23:36:30 +02:00