We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a8a3b commit 7ceb796Copy full SHA for 7ceb796
kube-runtime/src/events.rs
@@ -269,7 +269,7 @@ impl Recorder {
269
deprecated_source: None,
270
event_time: Some(MicroTime(now)),
271
regarding: Some(reference.clone()),
272
- note: ev.note.clone().map(Into::into),
+ note: ev.note.clone(),
273
metadata: ObjectMeta {
274
namespace: reference.namespace.clone(),
275
name: Some(format!(
0 commit comments