Skip to content

Commit

Permalink
bucket: Add more reconciler design improvements
Browse files Browse the repository at this point in the history
- Remove ArtifactUnavailable condition and use Reconciling condition to
  convey the same.
- Make Reconciling condition affect the ready condition.
- Introduce summarizeAndPatch() to calculate the final status conditions
  and patch them.
- Introduce reconcile() to iterate through the sub-reconcilers and
  execute them.

Signed-off-by: Sunny <[email protected]>
  • Loading branch information
darkowlzz committed Jan 18, 2022
1 parent 21a772f commit f4aded7
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 169 deletions.
Loading

0 comments on commit f4aded7

Please sign in to comment.