kubernetes/pkg/controller/podautoscaler
Solly Ross 7846827fc0 Convert HPA controller to use autoscaling/v2alpha1
This commit converts the HPA controller over to using the new version of
the HorizontalPodAutoscaler object found in autoscaling/v2alpha1.  Note
that while the autoscaler will accept requests for object metrics, the
scale client will return an error on attempts to get object metrics
(since that requires the new custom metrics API, which is not yet
implemented).

This also enables the HPA object in v2alpha1 as a retrievable API
version by default.
2017-02-16 15:03:14 -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
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
horizontal_test.go Convert HPA controller to use autoscaling/v2alpha1 2017-02-16 15:03:14 -05:00
horizontal.go 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
replica_calculator_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