-
Notifications
You must be signed in to change notification settings - Fork 671
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/add pod pending timeout config (#4590)
* add PodPendingTimeout config to fail pods stuck in pending Signed-off-by: Paul Dittamo <[email protected]> * update unit tests LastTransitionTime for pod pending timeout Signed-off-by: Paul Dittamo <[email protected]> * set default podpending timeout 0 as to be ignored Signed-off-by: Paul Dittamo <[email protected]> * maintain pod condition info during pod pending timeout Signed-off-by: Paul Dittamo <[email protected]> * Remove un-needed config set for unit test Signed-off-by: Paul Dittamo <[email protected]> * cleanup Signed-off-by: Paul Dittamo <[email protected]> * updat unit test Signed-off-by: Paul Dittamo <[email protected]> * don't export helper function Signed-off-by: Paul Dittamo <[email protected]> * remove always nil error return param Signed-off-by: Paul Dittamo <[email protected]> * cleanup Signed-off-by: Paul Dittamo <[email protected]> --------- Signed-off-by: Paul Dittamo <[email protected]> Co-authored-by: Dan Rammer <[email protected]>
- Loading branch information
Showing
3 changed files
with
80 additions
and
18 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