DockerCLI/cli/command/stack/kubernetes
Silvin Lubecki a252cb1197 Fix outputting twice the docker stack rm error message
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
2018-05-30 15:56:41 +02:00
..
testdata Print warnings on stderr for each unsupported features while parsing a compose file for deployment on Kubernetes. 2018-04-30 11:56:14 +02:00
cli.go Remove experimentalCli annotation from all kubernetes flags and commands 2018-05-28 15:06:31 +02:00
client.go Add filter support for stack ps and services with Kubernetes 2018-05-23 18:27:27 +02:00
conversion.go Add filter support for stack ps and services with Kubernetes 2018-05-23 18:27:27 +02:00
conversion_test.go Add filter support for stack ps and services with Kubernetes 2018-05-23 18:27:27 +02:00
convert.go Add namespace column for docker stack ls command while targeting Kubernetes orchestrator 2018-05-09 17:33:16 +02:00
deploy.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.go Imply all Kubernetes namespaces for docker stack list when orchestrator is all or Kubernetes 2018-05-28 10:43:32 +02:00
ps.go Fix always listing nodes during docker stack ps command on Kubernetes. A user without node listing rights could not use this command as it always fails. 2018-05-30 15:28:35 +02:00
remove.go Fix outputting twice the docker stack rm error message 2018-05-30 15:56:41 +02:00
services.go Match Swarm in how to combine filters 2018-05-24 15:24:23 +02:00
services_test.go Match Swarm in how to combine filters 2018-05-24 15:24:23 +02:00
stack.go Merge pull request #1039 from mat007/fix-filepath-usage 2018-05-11 18:06:23 +02:00
stackclient.go Make sure every composefiles sent to a v1beta1 endpoint are parsable 2018-05-09 13:17:25 -07:00
stackclient_test.go Make sure every composefiles sent to a v1beta1 endpoint are parsable 2018-05-09 13:17:25 -07:00
warnings.go Print warnings on stderr for each unsupported features while parsing a compose file for deployment on Kubernetes. 2018-04-30 11:56:14 +02:00
warnings_test.go Print warnings on stderr for each unsupported features while parsing a compose file for deployment on Kubernetes. 2018-04-30 11:56:14 +02:00
watcher.go Add a common interface between different Kubernetes Stack API versions and use it in kubernetes stack commands 2018-04-30 11:27:22 +02:00