Merge pull request #73989 from oomichi/golint-e2e-framework-metrics

Fix golint failures under test/e2e/framework/metrics
This commit is contained in:
Kubernetes Prow Robot
2019-02-19 16:23:48 -08:00
committed by GitHub
12 changed files with 110 additions and 90 deletions

View File

@@ -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 {