-
Notifications
You must be signed in to change notification settings - Fork 95
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
WIP: support cel selector #693
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #693 +/- ##
==========================================
+ Coverage 63.33% 63.96% +0.62%
==========================================
Files 187 193 +6
Lines 17921 18796 +875
==========================================
+ Hits 11351 12022 +671
- Misses 5635 5783 +148
- Partials 935 991 +56
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
metav1.LabelSelector `json:",inline"` | ||
|
||
// +optional | ||
RegexSelector map[string]string `json:"regexSelector,omitempty"` |
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 would consider a CEL based selector, which could be more flexible.
e.g. could reference a score value
08ce0ba
to
a5c74e0
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: haoqing0110 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
c9d29d9
to
41396ee
Compare
Signed-off-by: Qing Hao <[email protected]>
41396ee
to
fc97656
Compare
Summary
Related issue(s)
Fixes #