kubernetes/pkg/controller/podautoscaler
Solly Ross c830d94dc4 HPA Controller: Check for 0-sum request value
In certain conditions in which the set of metrics returned by Heapster
is completely disjoint from the set of pods returned by the API server,
we can have a request sum of zero, which can cause a panic (due to
division by zero).  This checks for that condition.

Fixes #39680
2017-01-10 17:26:13 -05:00
..
metrics HPA Controller: Check for 0-sum request value 2017-01-10 17:26:13 -05:00
BUILD Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
horizontal_test.go rename /release_1_5 to /clientset 2016-12-14 12:39:48 -08:00
horizontal.go rename /release_1_5 to /clientset 2016-12-14 12:39:48 -08:00
OWNERS Update OWNERS based on PR comments 2016-11-02 16:28:23 -07:00
replica_calculator_test.go HPA Controller: Check for 0-sum request value 2017-01-10 17:26:13 -05:00
replica_calculator.go rename /release_1_5 to /clientset 2016-12-14 12:39:48 -08:00