forked from kube-burner/kube-burner
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wait for custom conditions on objects (kube-burner#308)
* Allow waiting for conditions on custom resources Add a waitOption key to the objects, to customize how to wait for objects to be ready. Implement a forCondition option that allow to wait for a condition to be true. * Fix race condition when waiting for the iteration Fix an issue where, if podwait was set to true, we could exit from our waiters because listing the objects could initially return an empty list. * Update create.go * Update create.go * Update pkg/burner/create.go --------- Co-authored-by: Raúl Sevilla <[email protected]>
- Loading branch information
1 parent
57685c1
commit 5c495d5
Showing
5 changed files
with
58 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters