DockerCLI/cli/command/stack
Vincent Demeester cf86a4d922
Simplify the marshaling of compose types.Config
- Add `Version` to `types.Config`
- Add a new `Services` types (that is just `[]ServiceConfig`) and add
  `MarshalYAML` method on it.
- Clean other top-level custom marshaling as `Services` is the only one
  required.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-02-21 18:47:10 +01:00
..
kubernetes Simplify the marshaling of compose types.Config 2018-02-21 18:47:10 +01:00
loader Simplify the marshaling of compose types.Config 2018-02-21 18:47:10 +01:00
options Add support for multiple composefile when deploying 2018-01-29 17:27:25 -08:00
swarm Simplify the marshaling of compose types.Config 2018-02-21 18:47:10 +01:00
testdata Refactor stack command 2017-12-26 11:45:56 +01:00
client_test.go Refactor stack command 2017-12-26 11:45:56 +01:00
cmd.go Annotate "stack" commands to be "swarm" and "kubernetes" 2018-01-22 15:44:47 -08:00
deploy.go Add support for multiple composefile when deploying 2018-01-29 17:27:25 -08:00
list.go Fix PR comments 2018-01-03 10:23:32 +01:00
list_test.go Refactor stack command 2017-12-26 11:45:56 +01:00
ps.go Fix PR comments 2018-01-03 10:23:32 +01:00
ps_test.go Refactor stack command 2017-12-26 11:45:56 +01:00
remove.go Fix PR comments 2018-01-03 10:23:32 +01:00
remove_test.go Refactor stack command 2017-12-26 11:45:56 +01:00
services.go Fix PR comments 2018-01-03 10:23:32 +01:00
services_test.go Refactor stack command 2017-12-26 11:45:56 +01:00