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.
2 parents 3344f06 + ed6fc0f commit 14f7925Copy full SHA for 14f7925
cluster-autoscaler/core/autoscaler.go
@@ -78,7 +78,7 @@ type Autoscaler interface {
78
ExitCleanUp()
79
// LastScaleUpTime is a time of the last scale up
80
LastScaleUpTime() time.Time
81
- // LastScaleUpTime is a time of the last scale down
+ // LastScaleDownDeleteTime is a time of the last scale down
82
LastScaleDownDeleteTime() time.Time
83
}
84
0 commit comments