Skip to content

Commit 7fb322e

Browse files
authored
Merge pull request kubernetes#86059 from haosdent/e2e-cleanup-autoscaling
e2e: remove unused method in e2e/framework/autoscaling.
2 parents 2ccbd8e + 089374e commit 7fb322e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/e2e/framework/autoscaling/autoscaling_utils.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,6 @@ type ResourceConsumer struct {
106106
requestSizeCustomMetric int
107107
}
108108

109-
// GetResourceConsumerImage is a wrapper to get the fully qualified URI of the ResourceConsumer image
110-
func GetResourceConsumerImage() string {
111-
return resourceConsumerImage
112-
}
113-
114109
// NewDynamicResourceConsumer is a wrapper to create a new dynamic ResourceConsumer
115110
func NewDynamicResourceConsumer(name, nsName string, kind schema.GroupVersionKind, replicas, initCPUTotal, initMemoryTotal, initCustomMetric int, cpuLimit, memLimit int64, clientset clientset.Interface, scaleClient scaleclient.ScalesGetter) *ResourceConsumer {
116111
return newResourceConsumer(name, nsName, kind, replicas, initCPUTotal, initMemoryTotal, initCustomMetric, dynamicConsumptionTimeInSeconds,

0 commit comments

Comments
 (0)