DockerCLI/cli/command/stack/kubernetes
Sebastiaan van Stijn a6b10c2e85
Merge pull request #1039 from mat007/fix-filepath-usage
Use filepath.Base instead of path.Base
2018-05-11 18:06:23 +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 Fix stack ls behaviour with Kubernetes and variout --namespace flag values 2018-05-09 17:40:25 +02:00
client.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
conversion.go Fix docker stack services command on Port output when kubernetes service is a LoadBalancer or a NodePort 2018-03-14 11:33:42 +01:00
conversion_test.go Fixed gometalinter errors on test files 2018-04-10 16:03:56 +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 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
ps.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
remove.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
services.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
stack.go Merge pull request #1039 from mat007/fix-filepath-usage 2018-05-11 18:06:23 +02:00
stackclient.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
stackclient_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
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