We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da64cf9 commit 31ef455Copy full SHA for 31ef455
vertical-pod-autoscaler/pkg/recommender/input/history/history_provider_test.go
@@ -36,10 +36,6 @@ const (
36
labelsQuery = "up{job=\"kubernetes-pods\"}[8d]"
37
)
38
39
-type mockPrometheusClient struct {
40
- mock.Mock
41
-}
42
-
43
func getDefaultPrometheusHistoryProviderConfigForTest() PrometheusHistoryProviderConfig {
44
return PrometheusHistoryProviderConfig{
45
Address: "",
0 commit comments