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
Vincent Demeester a620c0172c
Refactor endpoint*FromGRPC to limit duplication
endpointSpecFromGRPC and endpointFromGRPC do the exact same thing for
endpoint{,Spec}.Ports, let's extract that to a method.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-02-28 10:51:55 +01:00
..
convert Refactor endpoint*FromGRPC to limit duplication 2017-02-28 10:51:55 +01:00
executor Shutdown leaks an error when the container was never started 2017-02-22 19:12:07 -08:00
provider Add engine-api types to docker 2016-09-07 11:05:58 -07:00
cluster.go Remove daemon.VXSubnets duplicate code 2017-02-28 10:51:40 +01:00
filters.go secrets: secret management for swarm 2016-11-09 14:27:43 -05:00
helpers.go refactor helper.go and move getSecret to helper.go 2017-02-12 02:30:53 +08:00
listen_addr.go Remove daemon.VXSubnets duplicate code 2017-02-28 10:51:40 +01:00
listen_addr_linux.go Add fallback to resolveSystemAddr() in linux 2016-09-09 13:27:57 -07:00
listen_addr_others.go Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
listen_addr_solaris.go Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
networks.go Release the network attachment on allocation failure 2017-02-16 05:21:06 -08:00
noderunner.go Merge pull request #30145 from anusha-ragunathan/ps-swarm 2017-01-20 10:35:49 -08:00
nodes.go create a new file nodes.go and move node part codes from cluster.go into nodes.go 2017-02-12 02:36:09 +08:00
secrets.go refactor helper.go and move getSecret to helper.go 2017-02-12 02:30:53 +08:00
services.go Fix service logs API to be able to specify stream 2017-02-23 15:09:09 -08:00
swarm.go create a new file swarm.go and move swarm part code from cluster.go into swarm.go 2017-02-12 02:54:07 +08:00
tasks.go create a new file task.go and move task part codes from cluster.go into tasks.go 2017-02-12 02:45:00 +08:00
utils.go Switch cluster locking strategy 2016-11-30 14:59:12 -08:00