mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Merge pull request #73989 from oomichi/golint-e2e-framework-metrics
Fix golint failures under test/e2e/framework/metrics
This commit is contained in:
@@ -119,7 +119,7 @@ type Framework struct {
|
||||
TestSummaries []TestDataSummary
|
||||
|
||||
// Place to keep ClusterAutoscaler metrics from before test in order to compute delta.
|
||||
clusterAutoscalerMetricsBeforeTest metrics.MetricsCollection
|
||||
clusterAutoscalerMetricsBeforeTest metrics.Collection
|
||||
}
|
||||
|
||||
type TestDataSummary interface {
|
||||
|
||||
Reference in New Issue
Block a user