-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Controller should use HEAD if GET is not available #3530
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 couple of minor comments. Structure is good.
v2/internal/reconcilers/arm/azure_generic_arm_reconciler_instance.go
Outdated
Show resolved
Hide resolved
820a01f
to
3b394f8
Compare
/ok-to-test sha=3b394f8 |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3530 +/- ##
==========================================
+ Coverage 52.91% 53.10% +0.19%
==========================================
Files 1285 1285
Lines 401910 401924 +14
==========================================
+ Hits 212666 213443 +777
+ Misses 158640 157874 -766
- Partials 30604 30607 +3 ☔ View full report in Codecov by Sentry. |
3b394f8
to
90da660
Compare
/ok-to-test sha=90da660 |
This fixes #3398.
Note that there are no tests for this (yet), but they will come when we add the APIM resources which don't have a body (which will come in a future PR). I've already confirmed that these tests pass.
If applicable: