master
Merge pull request #1039 from mat007/fix-filepath-usage
Automated migration
Add --all-namespaces to docker stack ls command on Kubernetes orchestrator, to list all stacks in all namespaces.
Merge pull request #1038 from kolyshkin/context
Add an orchestrator column in the docker stack ls command
Switch from x/net/context to context
Fix stack ls behaviour with Kubernetes and variout --namespace flag values
Print Stack API version in version command * Resolve Stack API using Kubernetes discovering API * Refactor Kubernetes flags parsing
Convert assert.Check with
Convert assert.Check(t, is.Error()) to assert.Error