-
Notifications
You must be signed in to change notification settings - Fork 346
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
Choose the newer autoscaling version by default #2374
Conversation
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
@rubenvp8510 can you take a look at this PR? Thanks! |
Is it possible to write small unit test for this? |
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
Done |
small format issue, the CI is complainiing about it |
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2374 +/- ##
=======================================
Coverage 87.70% 87.71%
=======================================
Files 102 102
Lines 7266 7268 +2
=======================================
+ Hits 6373 6375 +2
Misses 697 697
Partials 196 196 ☔ View full report in Codecov by Sentry. |
Which problem is this PR solving?
autoscaling/v2beta2
instead ofautoscaling/v2
if both APIs are available #2367