DockerCLI/cli/command/stack/kubernetes
Vincent Demeester eaa9149e29
Merge pull request #948 from simonferquel/k8s-watch-stack-status
K8s: more robust stack error detection on deploy
2018-06-04 10:42:42 +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 Merge pull request #948 from simonferquel/k8s-watch-stack-status 2018-06-04 10:42:42 +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 Better stack status check 2018-05-25 12:56:52 +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 Fix service filtering by name on Kubernetes to mimic Swarm filtering 2018-06-01 15:43:02 +02:00
services_test.go Fix service filtering by name on Kubernetes to mimic Swarm filtering 2018-06-01 15:43:02 +02:00
stack.go Merge pull request #1039 from mat007/fix-filepath-usage 2018-05-11 18:06:23 +02:00
stackclient.go Better stack status check 2018-05-25 12:56:52 +02: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 Better stack status check 2018-05-25 12:56:52 +02:00
watcher_test.go Better stack status check 2018-05-25 12:56:52 +02:00