kubernetes/pkg/apis/componentconfig
Solly Ross d6fe1e8764 HPA Controller: Use Custom Metrics API
This commit switches over the HPA controller to use the custom metrics
API.  It also converts the HPA controller to use the generated client
in k8s.io/metrics for the resource metrics API.

In order to enable support, you must enable
`--horizontal-pod-autoscaler-use-rest-clients` on the
controller-manager, which will switch the HPA controller's MetricsClient
implementation over to use the standard rest clients for both custom
metrics and resource metrics.  This requires that at the least resource
metrics API is registered with kube-aggregator, and that the controller
manager is pointed at kube-aggregator.  For this to work, Heapster
must be serving the new-style API server (`--api-server=true`).
2017-03-01 10:21:50 -05:00
..
install separate announce factories 2017-01-23 08:02:14 -05:00
v1alpha1 use feature gate instead of flag to control support for GPUs 2017-02-28 13:42:07 -08:00
BUILD remove api to util dependency hiding types 2017-01-25 08:28:28 -05:00
doc.go stop generating openapi schemas for internal types 2016-12-09 02:41:45 -05:00
helpers_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
helpers.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
OWNERS adding approvers for componentconfig 2017-02-06 16:05:53 -08:00
register.go switch admission serialized config to an apiserver type 2017-02-06 11:38:08 -05:00
types.go HPA Controller: Use Custom Metrics API 2017-03-01 10:21:50 -05:00
zz_generated.deepcopy.go adding kubelet flags for node allocatable phase 2 2017-02-27 21:24:44 -08:00