mirror of https://github.com/k3s-io/k3s
remove unnecessary fmt.Printf()
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