mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
podmanv2 pod exists
add pod exists for podman v2 Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@@ -10,6 +10,7 @@ type ContainerEngine interface {
|
||||
ContainerExists(ctx context.Context, nameOrId string) (*BoolReport, error)
|
||||
ContainerWait(ctx context.Context, namesOrIds []string, options WaitOptions) ([]WaitReport, error)
|
||||
PodDelete(ctx context.Context, opts PodPruneOptions) (*PodDeleteReport, error)
|
||||
PodExists(ctx context.Context, nameOrId string) (*BoolReport, error)
|
||||
PodPrune(ctx context.Context) (*PodPruneReport, error)
|
||||
VolumeDelete(ctx context.Context, opts VolumeDeleteOptions) (*VolumeDeleteReport, error)
|
||||
VolumePrune(ctx context.Context) (*VolumePruneReport, error)
|
||||
|
||||
Reference in New Issue
Block a user