Skip to content

Commit ed6fc0f

Browse files
committed
chore(autoscaler): fix typo in Autoscaler interface comment
Signed-off-by: kincoy <[email protected]>
1 parent c7a5142 commit ed6fc0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster-autoscaler/core/autoscaler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ type Autoscaler interface {
7878
ExitCleanUp()
7979
// LastScaleUpTime is a time of the last scale up
8080
LastScaleUpTime() time.Time
81-
// LastScaleUpTime is a time of the last scale down
81+
// LastScaleDownDeleteTime is a time of the last scale down
8282
LastScaleDownDeleteTime() time.Time
8383
}
8484

0 commit comments

Comments
 (0)