kubernetes/pkg/controller
Kubernetes Submit Queue 2f0e5ba786 Merge pull request #41272 from DirectXMan12/feature/hpa-v2-controller
Automatic merge from submit-queue

Convert HPA controller to support HPA v2 mechanics

This PR converts the HPA controller to support the mechanics from HPA v2.
The HPA controller continues to make use of the HPA v1 client, but utilizes
the conversion logic to work with autoscaling/v2alpha1 objects internally.

It is the follow-up PR to #36033 and part of kubernetes/features#117.

**Release note**:
```release-note
NONE
```
2017-02-20 01:52:19 -08:00
..
bootstrap Expose the constants in pkg/controller/bootstrap and add a validate token method 2017-02-14 20:29:23 +02:00
certificates react to informer updates 2017-02-13 09:18:32 -05:00
cloud react to informer updates 2017-02-13 09:18:32 -05:00
cronjob Fix cronjob panic on status update failure 2017-02-17 11:29:39 -08:00
daemon Merge pull request #41300 from kargakis/minor-fixes 2017-02-15 04:14:14 -08:00
deployment Deployment: filter out old RSes that are deleted or with non-zero replicas before cleanup 2017-02-16 14:48:10 -08:00
disruption react to informer updates 2017-02-13 09:18:32 -05:00
endpoint react to informer updates 2017-02-13 09:18:32 -05:00
garbagecollector install authentication.k8s.io/v1, add tests 2017-02-07 01:44:56 -05:00
informers make tools/cache authoritative 2017-01-25 08:29:45 -05:00
job react to informer updates 2017-02-13 09:18:32 -05:00
namespace Autogenerated bazel changes 2017-02-06 10:50:40 -08:00
node generated 2017-02-15 12:20:24 +01:00
podautoscaler Convert HPA controller to use autoscaling/v2alpha1 2017-02-16 15:03:14 -05:00
podgc react to informer updates 2017-02-13 09:18:32 -05:00
replicaset react to informer updates 2017-02-13 09:18:32 -05:00
replication Merge pull request #41300 from kargakis/minor-fixes 2017-02-15 04:14:14 -08:00
resourcequota Switch resourcequota controller to shared informers 2017-02-14 12:20:27 -05:00
route Switch route controller to shared informers 2017-02-13 15:21:33 -05:00
service Switch service controller to shared informers 2017-02-15 11:21:01 -05:00
serviceaccount Switch serviceaccounts controller to generated shared informers 2017-02-14 14:21:14 -05:00
statefulset controller: cleanup workload controllers a bit 2017-02-12 17:52:28 +01:00
ttl react to informer updates 2017-02-13 09:18:32 -05:00
volume Switch pv controller to shared informers 2017-02-16 10:08:23 -05:00
.import-restrictions add import restrictions 2016-10-13 16:10:24 -07:00
BUILD Merge pull request #41163 from janetkuo/deployment-cleanup 2017-02-16 21:16:04 -08:00
client_builder.go move client/record 2017-01-31 19:14:13 -05:00
controller_ref_manager.go Merge pull request #39366 from zdj6373/manager-log 2017-01-31 15:49:43 -08:00
controller_utils_test.go Deployment: filter out old RSes that are deleted or with non-zero replicas before cleanup 2017-02-16 14:48:10 -08:00
controller_utils.go Merge pull request #41163 from janetkuo/deployment-cleanup 2017-02-16 21:16:04 -08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
lookup_cache.go Use fnv.New32a() in hash instead adler32 2017-02-15 14:03:54 +08:00
OWNERS Add janetkuo to approvers for controllers 2017-02-08 14:37:25 -08:00