.. |
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
|
Support multiple namespaces for docker stack ls
|
2018-05-15 16:52:21 +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
|
Query UCP Kubernetes user namespaces endpoint
|
2018-05-18 11:44:15 +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
|
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 |