-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(status): update status.condition in DSC and DSCI
for Condition: - create a generic function UpdateFailedCondition() for all components to use, return condition and error - keep status types to only "avaiable" "progressing" degraded" and "reconcilesuccess" - status:ReconcileComplete is renamed to ReconcileSuccess - status:upgradeable is removed for pipeline: - move SetExistingArgoCondition from pipeline to status - remove duplicated update on DSC, since error already catch in pipeline and UpdateFailedCondition() is called for Phase: Created, Ready, Error, deleting - set phase to Error if Argo CRD exist - remove Progressing to use Created instead when DSCI CR just created chore: - fix typo and some missing customized error message - fix Message when created - move static reason,message into status package Signed-off-by: Wen Zhou <[email protected]>
- Loading branch information
Showing
27 changed files
with
543 additions
and
434 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
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.