mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +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 {
|
type timestampedScaleEvent struct {
|
||||||
replicaChange int32 // positive for scaleUp, negative for scaleDown
|
replicaChange int32 // absolute value, non-negative
|
||||||
timestamp time.Time
|
timestamp time.Time
|
||||||
outdated bool
|
outdated bool
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user