AliyunContainerService / kube-eventer

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

webhook use EventTime if LastTimestamp is null #272

Closed rmrf closed 1 year ago

rmrf commented 1 year ago

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

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespace from that line:

/kind bug

What this PR does / why we need it: 这个PR解决了什么问题:

The event with reason of 'FailedScheduling', write to webhook with wrong timestamp.

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

Fixes #

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

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

write 'FailedScheduling' event with correct timestamp to webhook.