Add e2e test for custom metrics #35
Annotations
2 errors and 1 warning
test/e2e/autoscale_custom_test.go#L1
Please run goimports.
diff --git a/test/e2e/autoscale_custom_test.go b/test/e2e/autoscale_custom_test.go
index 84992b7..3fc2f68 100644
--- a/test/e2e/autoscale_custom_test.go
+++ b/test/e2e/autoscale_custom_test.go
@@ -28,7 +28,7 @@ import (
"time"
"golang.org/x/sync/errgroup"
-
+
appsv1 "k8s.io/api/apps/v1"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/resource"
|
|
|
This job failed
Loading