-
Notifications
You must be signed in to change notification settings - Fork 20
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
Adding cluster unpause reconcile for LinodeObjectStorageBucket and LinodeVPC #245
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #245 +/- ##
==========================================
+ Coverage 50.46% 50.56% +0.10%
==========================================
Files 27 27
Lines 1496 1493 -3
==========================================
Hits 755 755
+ Misses 708 705 -3
Partials 33 33 ☔ View full report in Codecov by Sentry. |
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.
LGTM
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.
LGTM!
…nodeVPC (#245) --------- Co-authored-by: Khaja Omer <[email protected]>
…nodeVPC (#245) --------- Co-authored-by: Khaja Omer <[email protected]>
What type of PR is this?
What this PR does / why we need it:
We want to be able to rerun the reconcile loop for obj and vpc when they are moved to a target cluster and the cluster is unpaused. This will allow us to make sure LinodeOBJ and LinodeVPCs were moved correctly without any missing resources.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
TODOs: