kubernetes/pkg/controller/podautoscaler
Joseph Burnett a5354d04bb Test more replicas than spec.
During a Deployment update there may be more Pods in the scale target
ref status than in the spec. This test verifies that we do not scale
to the status value. Instead we should stay at the spec value.

Fails before #79035 and passes after.
2019-08-06 14:46:34 +02:00
..
config auto-generated file 2019-03-02 12:55:26 +08:00
metrics remove unused code 2019-04-19 08:36:31 -04:00
BUILD auto-generated file 2019-03-02 12:55:26 +08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
horizontal_test.go Test more replicas than spec. 2019-08-06 14:46:34 +02:00
horizontal.go cleanup: fix some log and error capitalizations 2019-07-20 18:26:16 -04:00
legacy_horizontal_test.go Fix potential test flakes in HPA tests TestEventNotCreated and TestAvoidUncessaryUpdates 2019-04-17 08:10:33 -06:00
legacy_replica_calculator_test.go Use informer cache instead of active pod gets in HPA controller. 2018-09-05 11:31:27 +02:00
OWNERS Add josephburnett to podautoscaler OWNERS. 2019-07-12 10:20:16 +02:00
rate_limiters.go Fix typos like limitting 2018-12-04 11:01:40 +08:00
replica_calculator_test.go Ignore pending pods. 2019-07-10 12:16:33 +02:00
replica_calculator.go HPA scale-to-zero for custom object/external metrics 2019-07-16 08:46:21 -05:00