Merge pull request #27391 from nimdrak/27378

Missing network type in events document
This commit is contained in:
openshift-merge-bot[bot]
2025-10-29 15:28:40 +00:00
committed by GitHub

View File

@@ -83,6 +83,12 @@ The *secret* type reports the following statuses:
* create * create
* remove * remove
The *network* type reports the following statuses:
* create
* connect
* disconnect
* remove
#### Verbose Create Events #### Verbose Create Events
Setting `events_container_create_inspect_data=true` in containers.conf(5) instructs Podman to create more verbose container-create events which include a JSON payload with detailed information about the containers. The JSON payload is identical to the one of podman-container-inspect(1). The associated field in journald is named `PODMAN_CONTAINER_INSPECT_DATA`. Setting `events_container_create_inspect_data=true` in containers.conf(5) instructs Podman to create more verbose container-create events which include a JSON payload with detailed information about the containers. The JSON payload is identical to the one of podman-container-inspect(1). The associated field in journald is named `PODMAN_CONTAINER_INSPECT_DATA`.