зеркало из https://github.com/docker/engine-api.git
Merge pull request #350 from yongtang/24270-service-list-filter-task-index
Add Annotations to Task definition to fix partial/full filter issue in `service tasks --filter`
This commit is contained in:
Коммит
c9fd33c910
|
@ -38,6 +38,7 @@ const (
|
||||||
type Task struct {
|
type Task struct {
|
||||||
ID string
|
ID string
|
||||||
Meta
|
Meta
|
||||||
|
Annotations
|
||||||
|
|
||||||
Spec TaskSpec `json:",omitempty"`
|
Spec TaskSpec `json:",omitempty"`
|
||||||
ServiceID string `json:",omitempty"`
|
ServiceID string `json:",omitempty"`
|
||||||
|
|
Загрузка…
Ссылка в новой задаче