Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(kube-runtime): setup backoff with builder pattern (#1603)
* fix(kube-runtime): setup backoff with builder pattern Filling the fields manually and leaving the current_interval out meant that the current_interval is set to its default rather than track the initial_interval The builder addresses this for us by setting it on the build method. Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com> * test(coverage): add test for default backoff Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com> * chore: run just fmt Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com> * revert: add test for default backoff This reverts commit fd3d1c2. Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com> --------- Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
- Loading branch information