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

refactor: moved resync to controller #521

Merged
merged 1 commit into from
Aug 23, 2022
Merged

refactor: moved resync to controller #521

merged 1 commit into from
Aug 23, 2022

Conversation

richardcase
Copy link
Member

What this PR does / why we need it:

The resynce functionality has been moved to the controller. This means
the core application know how to do CRUD on the vmspecs and how to
reconcile a single vm spec.

Functionality such as resynce can be orchestrated via calls to the core
app.

Signed-off-by: Richard Case [email protected]

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 #520

Special notes for your reviewer:

Checklist:

  • squashed commits into logical changes
  • includes documentation
  • adds unit tests
  • adds or updates e2e tests

The resynce functionality has been moved to the controller. This means
the core application know how to do CRUD on the vmspecs and how to
reconcile a single vm spec.

Functionality such as resynce can be orchestrated via calls to the core
app.

Signed-off-by: Richard Case <[email protected]>
@richardcase richardcase added kind/refactor Only refactoring changes area/reconciliation Indicates an issue or PR related to reconciliation labels Aug 22, 2022
Copy link
Member

@Callisto13 Callisto13 left a comment

Choose a reason for hiding this comment

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

much simpler, lgtm

@richardcase richardcase merged commit 20fda19 into liquidmetal-dev:main Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/reconciliation Indicates an issue or PR related to reconciliation kind/refactor Only refactoring changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move resync functionality to controller
2 participants