mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
This commit adds type information to events.
This addresses issue #15624.
This commit is contained in:
@@ -545,6 +545,7 @@ func deepCopy_v1_Event(in Event, out *Event, c *conversion.Cloner) error {
|
||||
return err
|
||||
}
|
||||
out.Count = in.Count
|
||||
out.Type = in.Type
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user