k3s/pkg/controller/podautoscaler
Solly Ross 592f5c091f HPA: Don't mutate the shared informer cache
Conversions can mutate the underlying object (and ours were).
Make a deepcopy before our first conversion at the very start
of the reconciler method in order to avoid mutating the shared
informer cache during conversion.

Fixes #41768
2017-02-21 11:57:08 -05:00
..
metrics Convert HPA controller to use autoscaling/v2alpha1 2017-02-16 15:03:14 -05:00
BUILD Convert HPA controller to use autoscaling/v2alpha1 2017-02-16 15:03:14 -05:00
OWNERS Update OWNERS based on PR comments 2016-11-02 16:28:23 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
horizontal.go HPA: Don't mutate the shared informer cache 2017-02-21 11:57:08 -05:00
horizontal_test.go Convert HPA controller to use autoscaling/v2alpha1 2017-02-16 15:03:14 -05:00
replica_calculator.go Convert HPA controller to use autoscaling/v2alpha1 2017-02-16 15:03:14 -05:00
replica_calculator_test.go Convert HPA controller to use autoscaling/v2alpha1 2017-02-16 15:03:14 -05:00