-
Notifications
You must be signed in to change notification settings - Fork 337
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
There were two bugs, one was happening when there was only seconds in timeout durations provided (`1s`) as the validator was not checking if seconds are provided and assuming that if nanoseconds field is empty, it means the value is equal 0 and then rejecting valid values. The second bug was that we were not validating `maxInterval` values of the backOff properties Signed-off-by: Bart Smykla <[email protected]> (cherry picked from commit a7c1f39) Co-authored-by: Bart Smykla <[email protected]>
- Loading branch information
1 parent
70ac31e
commit 4a31b15
Showing
2 changed files
with
88 additions
and
7 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