Merge pull request #111463 from pbetkier/hpa-comment-fix

Fix comment in HPA's scale event replicaChange
This commit is contained in:
Kubernetes Prow Robot
2022-09-30 04:08:28 -07:00
committed by GitHub

View File

@@ -62,7 +62,7 @@ type timestampedRecommendation struct {
}
type timestampedScaleEvent struct {
replicaChange int32 // positive for scaleUp, negative for scaleDown
replicaChange int32 // absolute value, non-negative
timestamp time.Time
outdated bool
}