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

Add helper function for installing reconcile model #554

Merged
merged 2 commits into from
Oct 3, 2024

Conversation

marshtompsxd
Copy link
Collaborator

@marshtompsxd marshtompsxd commented Oct 3, 2024

This PR adds a helper function installed_reconcile_model that allows developers to easily install their reconciler into the v2 cluster state machine.

This PR also introduces some cosmetic changes including:

  • simplifying the Reconciler trait to make it no longer depend on the ExternalAPI trait
  • defining VoidEReq and VoidEResp in the reconciler mod for the controllers that do not depend on external systems
  • moving some definitions out of trusted

The current shim layer cannot work with the new Reconciler trait. We will add a new compatible shim layer.

@marshtompsxd marshtompsxd changed the title Add install helper for reconcile model Add helper function for installing reconcile model Oct 3, 2024
Signed-off-by: Xudong Sun <[email protected]>
@marshtompsxd marshtompsxd added this pull request to the merge queue Oct 3, 2024
Merged via the queue into main with commit 2bc7440 Oct 3, 2024
16 checks passed
@marshtompsxd marshtompsxd deleted the xudong/install-helper branch October 21, 2024 02:21
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.

1 participant