mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
remove unnecessary fmt.Printf()
This commit is contained in:
parent
fc694ea787
commit
793cc14c68
@ -91,7 +91,7 @@ func getAttrs(obj runtime.Object) (objLabels labels.Set, objFields fields.Set, e
|
||||
"involvedObject.name": event.InvolvedObject.Name,
|
||||
"involvedObject.uid": string(event.InvolvedObject.UID),
|
||||
"involvedObject.apiVersion": event.InvolvedObject.APIVersion,
|
||||
"involvedObject.resourceVersion": fmt.Sprintf("%s", event.InvolvedObject.ResourceVersion),
|
||||
"involvedObject.resourceVersion": event.InvolvedObject.ResourceVersion,
|
||||
"involvedObject.fieldPath": event.InvolvedObject.FieldPath,
|
||||
"reason": event.Reason,
|
||||
"source": event.Source.Component,
|
||||
|
Loading…
Reference in New Issue
Block a user