kubernetes/pkg/controller/podautoscaler/metrics
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
..
BUILD Convert HPA controller to use autoscaling/v2alpha1 2017-02-16 15:03:14 -05:00
metrics_client_test.go Convert HPA controller to use autoscaling/v2alpha1 2017-02-16 15:03:14 -05:00
metrics_client.go Convert HPA controller to use autoscaling/v2alpha1 2017-02-16 15:03:14 -05:00
utilization.go Convert HPA controller to use autoscaling/v2alpha1 2017-02-16 15:03:14 -05:00