# Functions
NewPodmanWatcher returns a new PodmanWatcher using the specified podman connection; typically, you would want to use this lower-level constructor only in unit tests and instead use sealwatcher.New instead in most use cases.
WithPID sets the engine's PID when known.
WithRucksackPacker sets the Rucksack packer that adds application-specific container information based on the inspected container data.
# Constants
present only if container is an infra container.
ID of pod if applicable.
name of pod if applicable.
Podman-specific "annotation" labels.
Type specifies this container engine's type identifier.
# Structs
PodmanWatcher is a Podman EngineClient for interfacing the generic whale watching with podman daemons.
# Type aliases
NewOption represents options to [NewPodmanWatcher] when creating new watchers keeping eyes on Podman daemons.