podman/libpod/events
Paul Holzinger 9ee96a9569
properly implement pull-error event status
Commit 03f6589f3 added basic support for pull-error event from libimage
but it contains several problems:
1. storing the error as error type prevents it from being unmarshalled,
   thus change it to a string
2. the error was never propagated from the libimage event to the podman
   event struct
3. the error message was not wired into the cli and API

This commit fixes these problems.

Fixes #21458

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2024-03-05 10:50:42 +01:00
..
config.go properly implement pull-error event status 2024-03-05 10:50:42 +01:00
events.go properly implement pull-error event status 2024-03-05 10:50:42 +01:00
events_freebsd.go events: Fix spelling of newNullEventer 2022-09-13 08:38:13 +01:00
events_linux.go event backend none: return an error when reading events 2022-09-12 18:05:17 +02:00
events_unsupported.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
filters.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
journal_linux.go properly implement pull-error event status 2024-03-05 10:50:42 +01:00
journal_unsupported.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
logfile.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
logfile_test.go events: no duplicates when streaming during a log rotation 2023-03-15 10:28:16 +01:00
memory.go Add podman machine events 2022-05-03 13:49:01 -07:00
nullout.go Fix typos. Improve language. 2023-02-09 21:56:27 +01:00