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
cluster.go Remove daemon.VXSubnets duplicate code 2017-02-28 10:51:40 +01:00
filters.go
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
listen_addr_others.go
listen_addr_solaris.go
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