-
Notifications
You must be signed in to change notification settings - Fork 117
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
List applying EventPolicies in Brokers status #4054
List applying EventPolicies in Brokers status #4054
Conversation
32d4331
to
f08f9a6
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4054 +/- ##
==========================================
+ Coverage 48.44% 48.45% +0.01%
==========================================
Files 244 244
Lines 14500 14542 +42
==========================================
+ Hits 7024 7047 +23
- Misses 6769 6784 +15
- Partials 707 711 +4 ☔ View full report in Codecov by Sentry. |
@@ -51,6 +52,7 @@ var IngressConditionSet = apis.NewLivingConditionSet( | |||
ConditionConfigMapUpdated, | |||
ConditionConfigParsed, | |||
ConditionProbeSucceeded, | |||
ConditionEventPoliciesReady, |
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.
I'm pretty sure that since this condition set is used by all components that receive events, we will need to set this condition to some form of "ready" value in the kafka sink and kafka channel reconciler code so that the tests can deploy properly
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.
Good point. I updated it for KafkaSink. KafkaChannel seems to set its own ConditionSet (which we then need to update, when we add the support in the KafkaChannel):
messagingv1beta.RegisterAlternateKafkaChannelConditionSet(conditionSet) |
…YetSupported message
/test upgrade-tests |
1 similar comment
/test upgrade-tests |
/retest |
@Cali0707 can you recheck? |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Cali0707, creydr 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 |
Fixes #4037
Proposed Changes
EventPolicies
in the Brokers.status.policies
, which apply for itRelease Note