spotify/docker-client

listTasks should allow list of values in each filter

开放

#1,092 创建于 2018年10月4日

 (1 条评论) (0 个反应) (0 位负责人)Java (551 个派生)batch import
bughelp wantedpinned

仓库指标

星标
 (1,430 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Description

bug report

How to reproduce

The implementation of listTasks(Task.Criteria) here https://github.com/spotify/docker-client/blob/e1c7d47f778ec9c7e80279ecae812bf2098d4b34/src/main/java/com/spotify/docker/client/DefaultDockerClient.java#L2057 only allows one value for each filter. API docs state the value of each filter can be a list.

What do you expect

Allow a list of strings for each filter.

Software:

  • docker version: API 1.24+
  • Spotify's docker-client version: all

贡献者指南