Signed-off-by: Oleksandr Krutko <alexander.krutko@gmail.com>
This commit is contained in:
Oleksandr Krutko
2025-08-02 22:57:23 +03:00
parent 0c4c9e4fbc
commit a75f74b1d3
6 changed files with 97 additions and 0 deletions

View File

@@ -62,6 +62,8 @@ type WaitOptions struct {
Ignore bool
// Use the latest created container.
Latest bool
// Wait for exit of first container which matches conditions, ignore other ones.
ExitFirstMatch bool
}
// WaitReport is the result of waiting a container.