mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Make MetricsForE2E public
This commit is contained in:
@@ -157,7 +157,7 @@ func (f *Framework) afterEach() {
|
||||
if err != nil {
|
||||
Logf("MetricsGrabber failed grab metrics. Skipping metrics gathering.")
|
||||
} else {
|
||||
summaries = append(summaries, (*metricsForE2E)(&received))
|
||||
summaries = append(summaries, (*MetricsForE2E)(&received))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user