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
Aaron Lehmann 3894254ddd api: Omit Cluster, Nodes, and Managers from swarm info when unavailable
Currently these fields are included in the response JSON with zero
values. It's better not to include them if the information is
unavailable (for example, on a worker node).

This turns Cluster into a pointer so that it can be left out.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2017-03-28 14:20:25 -07:00
..
common.go Fixing #24631, inspect output on swarm object types without labels is empty object {} 2017-02-15 01:25:55 -05:00
container.go Add --stop-signal for service create and service update 2017-02-21 15:19:45 -08:00
network.go Allow user to modify ingress network 2017-03-26 15:46:18 -07:00
node.go
secret.go Do not display the digest or size of swarm secrets 2016-11-22 18:13:27 -05:00
service.go Add support for rollback flags 2017-03-03 16:33:34 -08:00
swarm.go api: Omit Cluster, Nodes, and Managers from swarm info when unavailable 2017-03-28 14:20:25 -07:00
task.go Topology-aware scheduling 2017-02-27 13:29:54 -08:00