From 21c15d197348987a572d0048e469ab860f409fa1 Mon Sep 17 00:00:00 2001 From: 3Xpl0it3r Date: Tue, 20 Apr 2021 13:44:58 +0800 Subject: [PATCH] remove duplicatd description in comment --- staging/src/k8s.io/client-go/tools/record/events_cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/client-go/tools/record/events_cache.go b/staging/src/k8s.io/client-go/tools/record/events_cache.go index 6cf45d01b98..329c7ce5753 100644 --- a/staging/src/k8s.io/client-go/tools/record/events_cache.go +++ b/staging/src/k8s.io/client-go/tools/record/events_cache.go @@ -420,7 +420,7 @@ type EventCorrelateResult struct { // prior to interacting with the API server to record the event. // // The default behavior is as follows: -// * Aggregation is performed if a similar event is recorded 10 times in a +// * Aggregation is performed if a similar event is recorded 10 times // in a 10 minute rolling interval. A similar event is an event that varies only by // the Event.Message field. Rather than recording the precise event, aggregation // will create a new event whose message reports that it has combined events with