Closed shashankram closed 2 years ago
Merging #5200 (8c42606) into main (88af2f1) will decrease coverage by
0.00%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## main #5200 +/- ##
==========================================
- Coverage 66.92% 66.91% -0.01%
==========================================
Files 200 200
Lines 16379 16381 +2
==========================================
Hits 10961 10961
- Misses 5365 5367 +2
Partials 53 53
Flag | Coverage Δ | |
---|---|---|
unittests | 66.91% <0.00%> (-0.01%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
pkg/k8s/events/types.go | 64.15% <0.00%> (-2.52%) |
:arrow_down: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Should this change be backported? How long has this behavior existed?
Should this change be backported? How long has this behavior existed?
Secrets just got added recently for rotating bootstrap certs
Description: Secret events were ignored, leading to error logs when Secret events are received. This allows the controller to correctly process the event.
Testing done: Without this change, the follow error logs are observed:
Please answer the following questions with yes/no.
Does this change contain code from or inspired by another project?
no
Is this a breaking change?
no
Has documentation corresponding to this change been updated in the osm-docs repo (if applicable)?
n/a