-
Couldn't load subscription status.
- Fork 616
SinkBinding: Set specific conditions for reconciler steps #8508
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
SinkBinding: Set specific conditions for reconciler steps #8508
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pierDipi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Instead of setting the ready condition during reconciliation steps, set specific conditions since the ready condition is managed and set according to the state of other conditions. Signed-off-by: Pierangelo Di Pilato <[email protected]>
a7c75de to
45905c7
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8508 +/- ##
==========================================
+ Coverage 62.81% 62.83% +0.01%
==========================================
Files 396 396
Lines 24233 24235 +2
==========================================
+ Hits 15223 15227 +4
+ Misses 8201 8199 -2
Partials 809 809 ☔ View full report in Codecov by Sentry. |
|
|
||
| if err := s.propagateTrustBundles(ctx, sb); err != nil { | ||
| sb.Status.MarkBindingUnavailable("TrustBundlePropagation", err.Error()) | ||
| sb.Status.MarkFailedTrustBundlePropagation("FailedTrustBundlePropagation", err.Error()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems to more correct. thx
|
/lgtm |
|
/retest |
|
/test upgrade-tests |
Instead of setting the ready condition during reconciliation steps, set specific conditions since the ready condition is managed and set according to the state of other conditions.
Fixes #
Proposed Changes
Pre-review Checklist
Release Note
Docs