1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/events
Vincent Demeester 71d8313ad4
Fix some event filtering
Make it possible to use health_status, exec_start and exec_create as
is in event filter. This way, using `health_status` as filter will allow
to get all health_status events (healthy, unhealthy, …) instead of
having to us all combination (`health_status: healthy`, `health_status:
unhealthy`, …). Same goes for `exec_start` and `exec_create`.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-10-27 16:14:13 -07:00
..
testutils test: fix trivial code convention noncompliance 2016-09-12 07:36:52 +00:00
events.go Add engine-api types to docker 2016-09-07 11:05:58 -07:00
events_test.go test: fix trivial code convention noncompliance 2016-09-12 07:36:52 +00:00
filter.go Fix some event filtering 2016-10-27 16:14:13 -07:00