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
commit 4245895261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}