-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Separate business status from module status (#1628)
* Remove custom CR state check, only check for deployment state and map pod state to amnifest CR * Remove custom CR state check, only check for deployment state and map pod state to amnifest CR * Remove arg from test func * Fix integration test * Fix integration test * Refactor Status propagation * Fix Status decoupling Test * Fix Status decoupling Test * Set deleting state if manifest has a deletion timestamp * Adapt state decoupling test * Add new Testcase * Use wrong config module for test * Use wrong config module for test * Fix wrong config module for test * Fix go lint * Add docs * Adress review comments * Gofumpt * Adress second review comments * Introduce more unit tests * Remove duplicated check * Remove duplicated check * Apply suggestions from code review Co-authored-by: Grzegorz Karaluch <[email protected]> * Remove Stateinfo * Apply suggestions from code review Co-authored-by: Iwona Langer <[email protected]> --------- Co-authored-by: Grzegorz Karaluch <[email protected]> Co-authored-by: Iwona Langer <[email protected]>
- Loading branch information
1 parent
9419e58
commit 130e98f
Showing
13 changed files
with
352 additions
and
682 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
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
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.