Versions in this module Expand all Collapse all v2 v2.0.0 Apr 17, 2023 Changes in this version + const InfraLabelName + const PodIDName + const PodLabelName + const PodmanAnnotation + const Type + type NewOption func(*PodmanWatcher) + func WithPID(pid int) NewOption + func WithRucksackPacker(packer engineclient.RucksackPacker) NewOption + type PodmanWatcher struct + func NewPodmanWatcher(podman context.Context, opts ...NewOption) *PodmanWatcher + func (pw *PodmanWatcher) API() string + func (pw *PodmanWatcher) Client() interface{} + func (pw *PodmanWatcher) Close() + func (pw *PodmanWatcher) ID(svcctx context.Context) string + func (pw *PodmanWatcher) Inspect(svcctx context.Context, nameorid string) (*whalewatcher.Container, error) + func (pw *PodmanWatcher) LifecycleEvents(svcctx context.Context) (<-chan engineclient.ContainerEvent, <-chan error) + func (pw *PodmanWatcher) List(svcctx context.Context) ([]*whalewatcher.Container, error) + func (pw *PodmanWatcher) PID() int + func (pw *PodmanWatcher) Try(svcctx context.Context) error + func (pw *PodmanWatcher) Type() string + func (pw *PodmanWatcher) Version(svcctx context.Context) string Other modules containing this package github.com/thediveo/sealwatcher