This one?
https://github.com/kubernetes/kubernetes/blob/master/CHANGEL...
> autoscaling/v2beta2 HorizontalPodAutoscaler added a spec.behavior field that allows scale behavior to be configured. Behaviors are specified separately for scaling up and down. In each direction a stabilization window can be specified as well as a list of policies and how to select amongst them. Policies can limit the absolute number of pods added or removed, or the percentage of pods added or removed. (#74525, @gliush) [SIG API Machinery, Apps, Autoscaling and CLI]
EdwardDiego|6 years ago
1: https://v1-15.docs.kubernetes.io/docs/tasks/run-application/...