mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
Merge pull request #111463 from pbetkier/hpa-comment-fix
Fix comment in HPA's scale event replicaChange
This commit is contained in:
commit
4245895261
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user