-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Refactor Wait Utils Into Watchers #1811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few nits, otherwise LGTM!
@g-harel can you fix the lint issue and rebase please? |
016a4cd
to
0b0c2fe
Compare
@dgageot done! |
Codecov Report
@@ Coverage Diff @@
## master #1811 +/- ##
==========================================
- Coverage 47.98% 47.83% -0.16%
==========================================
Files 143 143
Lines 6483 6504 +21
==========================================
Hits 3111 3111
- Misses 3089 3110 +21
Partials 283 283
Continue to review full report at Codecov.
|
#1170
This PR refactors wait utils into watchers.
I also updated
WaitForDeploymentToStabilize
to handlectx.Done()
. Behavior should otherwise not be affected.