kubernetes/cmd/kube-controller-manager/app
Clayton Coleman 50fd47258d
Switch the namespace controller to use the metadata client
The metadata client uses protobuf and returns only a subset of object
data (the metadata) which allows operations that act only on objects
generically to work much faster. Use the metadata client in the
namespace controller to reduce the amount of work the namespace controller
has to do in large namespaces.
2019-07-10 14:31:18 -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 Switch the namespace controller to use the metadata client 2019-07-10 14:31:18 -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 fix cmd/kube-controller-manager's golint failures 2019-05-09 17:56:08 +08:00
core_test.go resourcequota: use dynamic informer 2019-03-27 11:08:24 -07:00
core.go Switch the namespace controller to use the metadata client 2019-07-10 14:31:18 -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