-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve instance reconciliation and status management logic (#32)
This patch includes a few improvements to the instance controller (controller that is reponsible of executing the RG DAG): - Split the controller logic into separate files for better organization: - Introduced a `ReconcileConfig` struct to allow customization of reconciliation behavior. - Improved resource state tracking and status updates. - Refactored the deletion process to be more robust and handle edge cases bettr - Enhanced status mgmt: - Add more granular condition reporting for individual resources. - Improved handling of resource states and errors - Support gradual updates of resource statuses (can partially update status fields if some resources are not yet ready) By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
- Loading branch information
Showing
6 changed files
with
625 additions
and
361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.