DockerCLI/cli/command/stack/kubernetes
Vincent Demeester 847e0c22d4
Remove composefiles lenght check on k8s RunDeploy..
The compose file(s) are already loaded at that point.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-07-02 15:00:19 +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 Scope orchestration selection to stack commands only 2018-06-21 17:12:31 -07: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 Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
convert.go Extract StackConverter from the StackClient 2018-06-27 16:41:00 +02:00
convert_test.go Extract StackConverter from the StackClient 2018-06-27 16:41:00 +02:00
deploy.go Remove composefiles lenght check on k8s RunDeploy.. 2018-07-02 15:00:19 +02:00
list.go Extract StackConverter from the StackClient 2018-06-27 16:41:00 +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 Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
stack.go Extract StackConverter from the StackClient 2018-06-27 16:41:00 +02:00
stackclient.go Extract StackConverter from the StackClient 2018-06-27 16:41:00 +02:00
stackclient_test.go Add omitempty on compose config top-level types 2018-07-02 12:04:09 +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 Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
watcher.go Better stack status check 2018-05-25 12:56:52 +02:00
watcher_test.go Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00