mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
updates for review comments
- runtimeUrl -> type_url - runtimes -> runtime Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ func getStackFilter(namespace string) filters.Args {
|
||||
|
||||
func getServiceFilter(namespace string) filters.Args {
|
||||
filter := getStackFilter(namespace)
|
||||
filter.Add("runtimes", string(swarm.RuntimeContainer))
|
||||
filter.Add("runtime", string(swarm.RuntimeContainer))
|
||||
return filter
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user