Skip to content

Commit 009196d

Browse files
author
Pannaga Rao Bhoja Ramamanohara
committed
Change crioLogs to crioEvents
Signed-off-by: Pannaga Rao Bhoja Ramamanohara
1 parent 9a37149 commit 009196d

File tree

1 file changed

+2
-2
lines changed
  • pkg/monitortests/node/kubeletlogcollector

1 file changed

+2
-2
lines changed

pkg/monitortests/node/kubeletlogcollector/node.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ func intervalsFromNodeLogs(ctx context.Context, kubeClient kubernetes.Interface,
8080
errCh <- err
8181
return
8282
}
83-
newCrioLogs := eventsFromCrioLogs(nodeName, crioLogs)
83+
newCrioEvents := eventsFromCrioLogs(nodeName, crioLogs)
8484

8585
lock.Lock()
8686
defer lock.Unlock()
8787
ret = append(ret, newEvents...)
8888
ret = append(ret, newOVSEvents...)
8989
ret = append(ret, newNetworkManagerIntervals...)
9090
ret = append(ret, newSystemdCoreDumpIntervals...)
91-
ret = append(ret, newCrioLogs...)
91+
ret = append(ret, newCrioEvents...)
9292
}(ctx, node.Name)
9393
}
9494
wg.Wait()

0 commit comments

Comments
 (0)