-
Notifications
You must be signed in to change notification settings - Fork 904
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
feat: Allows setting wildcards for SkippedPropagatingNamespaces #3373
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #3373 +/- ##
==========================================
- Coverage 51.69% 51.59% -0.10%
==========================================
Files 210 210
Lines 18931 18927 -4
==========================================
- Hits 9786 9766 -20
- Misses 8619 8633 +14
- Partials 526 528 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 3 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Hi @chaunceyjiang, can you give some examples of how to use this parameter? |
Example:
|
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.
Thanks~
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
Hi @RainbowMango Can you help to re-trigger e2e? |
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.
/assign
1412e83
to
5ee10a2
Compare
e56cccf
to
3572e3f
Compare
Each operation takes about 522.4ns , which I think is acceptable. What do you think? @RainbowMango |
I tested the
This seems acceptable, I'm surprised by the result though. I guess the reason might be we pre-compile the regular expression when parsing raw options at here. |
The compilation does have a large impact on the speed: |
Yes, thanks, I will look at the ASAP. |
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.
Generally looks good to me, with some nits.
5bb5ae2
to
3489838
Compare
Signed-off-by: chaunceyjiang <[email protected]>
3489838
to
593264e
Compare
Done. /cc @RainbowMango |
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
Thanks for your quick response 👍
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RainbowMango 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 |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Allows user settings to skip namespace propagation with specific prefixes/suffixes.
Like: openshift-xxxxxx
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: