Support multiple namespaces for docker stack ls

Signed-off-by: Mathieu Champlon <mathieu.champlon@docker.com>
This commit is contained in:
Mathieu Champlon
2018-05-15 16:52:21 +02:00
parent 4d947de292
commit 84241cc393
9 changed files with 64 additions and 15 deletions
+1
View File
@@ -16,6 +16,7 @@ type Deploy struct {
type List struct {
Format string
AllNamespaces bool
Namespaces []string
}
// PS holds docker stack ps options