1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/types/swarm
selansen f7ad95cab9 Global Default Address Pool feature support
This feature allows user to specify list of subnets for global
default address pool. User can configure subnet list using
'swarm init' command. Daemon passes the information to swarmkit.
We validate the information in swarmkit, then store it in cluster
object. when IPAM init is called, we pass subnet list to IPAM driver.

Signed-off-by: selansen <elango.siva@docker.com>
2018-08-20 15:07:08 -04: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 init on services 2018-06-07 14:17:55 +02: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