1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/internal/test/daemon
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
..
config.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
container.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
daemon.go Global Default Address Pool feature support 2018-08-20 15:07:08 -04:00
daemon_unix.go Make testing helpers as such… 2018-04-20 10:38:43 +02:00
daemon_windows.go Remove daemon.BuildImageWithOut and use cli helpers function 2018-04-18 16:45:55 +02:00
node.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
ops.go Global Default Address Pool feature support 2018-08-20 15:07:08 -04:00
plugin.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
secret.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
service.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
swarm.go Global Default Address Pool feature support 2018-08-20 15:07:08 -04:00