Support multiple namespaces for docker stack ls
Signed-off-by: Mathieu Champlon <mathieu.champlon@docker.com>
This commit is contained in:
@ -16,6 +16,7 @@ type Deploy struct {
|
||||
type List struct {
|
||||
Format string
|
||||
AllNamespaces bool
|
||||
Namespaces []string
|
||||
}
|
||||
|
||||
// PS holds docker stack ps options
|
||||
|
||||
Reference in New Issue
Block a user