Closed thunderboltsid closed 3 months ago
Attention: Patch coverage is 7.81250%
with 59 lines
in your changes missing coverage. Please review.
Project coverage is 31.14%. Comparing base (
fb76b4f
) to head (68e55a6
).
Files | Patch % | Lines |
---|---|---|
controllers/nutanixmachine_controller.go | 7.81% | 59 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In order to reduce the number of calls made to /prism_central to establish whether a v4 client can be created, we move the v4 client creation to reconcileDelete function as currently that's the only place where we need to make v4 VG detach calls. This ensures we don't impact the regular reconcile cycle and all the new calls only take place on the delete path.