mirror of
https://github.com/containers/podman.git
synced 2025-12-14 11:00:10 +08:00
podmanv2 enable remote wait
enable remote container wait with condition Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
package entities
|
||||
|
||||
import "time"
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/containers/libpod/libpod/define"
|
||||
)
|
||||
|
||||
type WaitOptions struct {
|
||||
Condition string
|
||||
Condition define.ContainerStatus
|
||||
Interval time.Duration
|
||||
Latest bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user