AliyunContainerService / kube-eventer

kube-eventer emit kubernetes events to sinks
Apache License 2.0
1k stars 275 forks source link

fix regex filters with multiple conditions #250

Closed OliverWoo closed 1 year ago

OliverWoo commented 1 year ago

What type of PR is this? PR类型是什么?

/kind bug

What this PR does / why we need it: 这个PR解决了什么问题: 修复webhook sink正则过滤器多个规则时不生效的问题

Which issue(s) this PR fixes: PR相关联issue:

Fixes #249

Does this PR introduce a breaking change?: PR带来的破坏性变更:

NONE

Test/Final result: 测试/最终运行结果:

=== RUN TestEvents --- PASS: TestEvents (0.00s) PASS

ringtail commented 1 year ago

/LGTM