Skip to content
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

Merged
merged 7 commits into from
Apr 9, 2024

Conversation

komer3
Copy link
Contributor

@komer3 komer3 commented Apr 8, 2024

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:

  • squashed commits
  • includes documentation
  • adds unit tests
  • adds or updates e2e tests

@komer3 komer3 self-assigned this Apr 8, 2024
@komer3 komer3 marked this pull request as ready for review April 8, 2024 20:20
Copy link

codecov bot commented Apr 8, 2024

Codecov Report

Attention: Patch coverage is 0% with 29 lines in your changes are missing coverage. Please review.

Project coverage is 50.56%. Comparing base (65979ca) to head (3ab6dfc).
Report is 1 commits behind head on main.

Files Patch % Lines
controller/linodeobjectstoragebucket_controller.go 0.00% 12 Missing ⚠️
controller/linodevpc_controller.go 0.00% 9 Missing ⚠️
controller/linodemachine_controller.go 0.00% 7 Missing ⚠️
controller/linodecluster_controller.go 0.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

AshleyDumaine
AshleyDumaine previously approved these changes Apr 8, 2024
Copy link
Contributor

@AshleyDumaine AshleyDumaine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

controller/linodeobjectstoragebucket_controller.go Outdated Show resolved Hide resolved
controller/linodevpc_controller.go Outdated Show resolved Hide resolved
Copy link

@nesv nesv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@komer3 komer3 merged commit 3786df4 into main Apr 9, 2024
7 of 8 checks passed
@komer3 komer3 deleted the move-pause branch April 9, 2024 18:28
AshleyDumaine pushed a commit that referenced this pull request Apr 19, 2024
amold1 pushed a commit that referenced this pull request May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants