• Kenichi Omichi's avatar
    Fix golint failures of framework/metrics_util.go · 7af6ddd3
    Kenichi Omichi authored
    This fixes golint failures of framework/metrics_util.go.
    
    Cleanup:
    - SaturationTime was only used in test/e2e/scalability/density.go.
      So this moves it into the e2e test.
    - interestingClusterAutoscalerMetrics was not used in filterMetrics()
      so this removes the related code.
    7af6ddd3
metrics_util.go 28.2 KB