master
Print warnings on stderr for each unsupported features while parsing a compose file for deployment on Kubernetes.
Fix stack ls behaviour with Kubernetes and variout --namespace flag values
Add --all-namespaces to docker stack ls command on Kubernetes orchestrator, to list all stacks in all namespaces.
Fix docker stack services command on Port output when kubernetes service is a LoadBalancer or a NodePort * added tests on Kubernetes service conversion to swarm service
Fixed gometalinter errors on test files
Add namespace column for docker stack ls command while targeting Kubernetes orchestrator
Merge pull request #1039 from mat007/fix-filepath-usage
Add a common interface between different Kubernetes Stack API versions and use it in kubernetes stack commands * Add kubernetes Stack API v1beta2 client * Upgrade v1beta1 client to remove generated code