spiegel_podman/docs/source
Chris Evich e89234aba2
Fix podman system events command and event template handling
Add systemEventsCommand to support 'podman system events' as an alias
for 'podman events'. This fixes the 'unknown shorthand flag: f' error
when using 'podman system events -f' in tests prior to this commit.

Fix event template handling by changing report.OriginUser to
report.OriginUnknown to prevent the template parser from trying to
iterate over the event struct. This fixes template errors like
'range can't iterate over' for templates like {{.ID}}--{{.Image}}
and {{.Attributes.xxx}} as observed in tests prior to this commit.

Update event journal reading to set Attributes directly on the Event
struct (since Details is embedded) and add support for PodID and
ContainerInspectData fields in the Details struct.

Update event loop to use select statement for proper channel handling
and error propagation.

Assisted-by: Cursor <Auto>
Signed-off-by: Chris Evich <cevich@redhat.com>
2026-03-30 15:13:33 -04:00
..
_static Show API doc for several versions 2022-02-09 18:17:52 +01:00
markdown Fix podman system events command and event template handling 2026-03-30 15:13:33 -04:00
Commands.rst Fix up build the docs site 2021-09-16 17:41:00 -04:00
conf.py [CI:DOCS] Remove "(1)" from web tab text 2022-03-06 21:40:39 +01:00
includes.rst [CI:DOCS] Fix GitHub URL to Podman logo 2021-07-21 11:22:01 -04:00
index.rst [CI:DOCS]update state of restful service 2021-01-26 09:12:07 -06:00
Introduction.rst [CI:DOCS] Update first line in intro page 2021-05-14 17:08:35 -04:00
Reference.rst Add 4.1 branch to API documentation 2022-05-06 15:05:03 +02:00
Search.rst [CI:DOCS] Docs revamp. 2020-05-21 17:16:10 -04:00
Tutorials.rst Fix spelling "setup" -> "set up" and similar 2022-06-22 18:39:21 +02:00
volume.rst volumes: Add volume import to allow importing contents on tar into volume 2021-08-26 14:14:14 +05:30