1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/cluster
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
..
controllers/plugin Compile fix 2018-07-11 15:52:19 +02:00
convert Global Default Address Pool feature support 2018-08-20 15:07:08 -04:00
executor Get err type in removeNetworks() w/ errors.Cause() 2018-07-07 18:18:53 -04:00
provider Add canonical import comment 2018-02-05 16:51:57 -05:00
cluster.go Extract volume interaction to a volumes service 2018-05-25 14:21:07 -04:00
configs.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
errors.go Add canonical import comment 2018-02-05 16:51:57 -05:00
filters.go Add canonical import comment 2018-02-05 16:51:57 -05:00
filters_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
helpers.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
listen_addr.go Add canonical import comment 2018-02-05 16:51:57 -05:00
listen_addr_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
listen_addr_others.go Add canonical import comment 2018-02-05 16:51:57 -05:00
networks.go Move network conversions out of API router 2018-06-27 17:11:29 -07:00
noderunner.go Global Default Address Pool feature support 2018-08-20 15:07:08 -04:00
nodes.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
secrets.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
services.go Output network attachment task information 2018-05-22 23:36:30 +02:00
swarm.go Global Default Address Pool feature support 2018-08-20 15:07:08 -04:00
tasks.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
utils.go Add canonical import comment 2018-02-05 16:51:57 -05:00