filter events by labels

adding the ability to filter evens by the container labels.  this requires that container labels be added to the events data being recorded and subsequently read.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2020-10-21 11:59:35 -05:00
parent 51fa8ded9f
commit c593e49701
7 changed files with 83 additions and 2 deletions

View File

@ -86,6 +86,7 @@ filters are supported:
* container=name_or_id
* event=event_status (described above)
* image=name_or_id
* label=key=value
* pod=name_or_id
* volume=name_or_id
* type=event_type (described above)