DockerCLI/cli/command/stack
Brian Goff fd060d2f33
Merge pull request #1038 from kolyshkin/context
Switch from x/net/context to context
2018-05-11 22:13:52 -04:00
..
kubernetes Merge pull request #1039 from mat007/fix-filepath-usage 2018-05-11 18:06:23 +02:00
loader Automated migration 2018-03-05 19:41:17 -05:00
options Add --all-namespaces to docker stack ls command on Kubernetes orchestrator, to list all stacks in all namespaces. 2018-05-09 17:33:16 +02:00
swarm Merge pull request #1038 from kolyshkin/context 2018-05-11 22:13:52 -04:00
testdata Add an orchestrator column in the docker stack ls command 2018-04-30 12:04:02 +02:00
client_test.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
cmd.go Fix stack ls behaviour with Kubernetes and variout --namespace flag values 2018-05-09 17:40:25 +02:00
deploy.go Print Stack API version in version command 2018-02-26 01:16:49 +01:00
list.go Add --all-namespaces to docker stack ls command on Kubernetes orchestrator, to list all stacks in all namespaces. 2018-05-09 17:33:16 +02:00
list_test.go Convert assert.Check with 2018-03-06 15:43:53 -05:00
ps.go Print Stack API version in version command 2018-02-26 01:16:49 +01:00
ps_test.go Convert assert.Check(t, is.Error()) to assert.Error 2018-03-06 16:00:28 -05:00
remove.go Print Stack API version in version command 2018-02-26 01:16:49 +01:00
remove_test.go Convert assert.Check(t, is.Error()) to assert.Error 2018-03-06 16:00:28 -05:00
services.go Print Stack API version in version command 2018-02-26 01:16:49 +01:00
services_test.go Convert assert.Check with 2018-03-06 15:43:53 -05:00