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 5702fde commit 6966d04Copy full SHA for 6966d04
cluster-autoscaler/core/static_autoscaler.go
@@ -171,7 +171,7 @@ func NewStaticAutoscaler(
171
172
// TODO: Populate the ScaleDownActuator/Planner fields in AutoscalingContext
173
// during the struct creation rather than here.
174
- var nldt *latencytracker.NodeLatencyTracker
+ var nldt latencytracker.LatencyTracker
175
if autoscalingContext.AutoscalingOptions.NodeRemovalLatencyTrackingEnabled {
176
nldt = latencytracker.NewNodeLatencyTracker()
177
}
0 commit comments