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:
Sebastiaan van Stijn 2016-08-17 00:55:04 +02:00 коммит произвёл GitHub
Родитель 94a8f8f293 65747baa28
Коммит c9fd33c910
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -38,6 +38,7 @@ const (
type Task struct {
ID string
Meta
Annotations
Spec TaskSpec `json:",omitempty"`
ServiceID string `json:",omitempty"`