mirror of
https://github.com/containers/podman.git
synced 2025-12-02 02:58:03 +08:00
podmanv2 events
add the ability to monitor events Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@@ -36,6 +36,7 @@ type ContainerEngine interface {
|
||||
ContainerUnmount(ctx context.Context, nameOrIds []string, options ContainerUnmountOptions) ([]*ContainerUnmountReport, error)
|
||||
ContainerUnpause(ctx context.Context, namesOrIds []string, options PauseUnPauseOptions) ([]*PauseUnpauseReport, error)
|
||||
ContainerWait(ctx context.Context, namesOrIds []string, options WaitOptions) ([]WaitReport, error)
|
||||
Events(ctx context.Context, opts EventsOptions) error
|
||||
HealthCheckRun(ctx context.Context, nameOrId string, options HealthCheckOptions) (*define.HealthCheckResults, error)
|
||||
Info(ctx context.Context) (*define.Info, error)
|
||||
PodCreate(ctx context.Context, opts PodCreateOptions) (*PodCreateReport, error)
|
||||
|
||||
Reference in New Issue
Block a user