kubernetes/cmd/kube-controller-manager/app
Clayton Coleman d631f9b7e9
Use metadata informers instead of dynamic informers in controller manager
All controllers in controller-manager that deal with objects generically
work with those objects without needing the full object. Update the GC
and quota controller to use PartialObjectMetadata input objects which
is faster and more efficient.
2019-07-11 12:18:52 -04:00
..
config [kube-controller-manager] auto-generated file 2018-09-04 19:40:10 +08:00
options auto-generated file 2019-03-02 12:55:26 +08:00
testing testservers: return Run method errors correctly 2018-11-06 15:14:24 +01:00
apps.go Add backoff for DS's pod deletion to limit fighting with kubelet failing the pod repeatedly 2018-08-15 16:03:39 +02:00
autoscaling.go Merge pull request #68015 from damemi/hpa-metrics-specificity 2018-09-10 16:12:23 -07:00
batch.go Fix lint warnings in pkg/controller/cronjob. 2019-03-19 14:36:26 -04:00
bootstrap.go Fix lint warnings in pkg/controller/bootstrap 2019-03-19 14:36:26 -04:00
BUILD Use metadata informers instead of dynamic informers in controller manager 2019-07-11 12:18:52 -04:00
certificates.go add warning log for csr controllers 2019-05-07 11:51:36 +08:00
cloudproviders.go Clean up kube-controller-manager. 2019-05-06 14:41:33 +00:00
controllermanager.go Use metadata informers instead of dynamic informers in controller manager 2019-07-11 12:18:52 -04:00
core_test.go Use metadata informers instead of dynamic informers in controller manager 2019-07-11 12:18:52 -04:00
core.go Use metadata informers instead of dynamic informers in controller manager 2019-07-11 12:18:52 -04:00
import_known_versions.go fix cmd/kube-controller-manager's golint failures 2019-05-09 17:56:08 +08:00
plugins.go feat: cleanup feature gates for CSIPersistentVolume 2019-06-25 09:00:12 +08:00
policy.go Support scale subresource for PDBs (#76294) 2019-05-23 22:24:17 -07:00
rbac.go add debug handler capability for individual controllers 2018-07-26 13:24:36 -04:00