k3s/cmd/kube-controller-manager/app
Clayton Coleman 784e3ae5fa
Switch the tokens controller to use shared informers
Tokens controller previously needed a bit of extra help in order to be
safe for concurrent use. The new MutationCache allows it to keep a local
cache and still use a shared informer. The filtering event handler lets
it only see changes to secrets it cares about.
2017-05-20 14:19:49 -04:00
..
options Merge pull request #42101 from Dmitry1987/feature/hpa-upscale-downscale-delay-configurable 2017-04-24 19:39:42 -07:00
BUILD generated 2017-05-09 21:28:39 -07:00
apps.go Remove references to pkg/controller/informers 2017-02-27 06:47:59 -05:00
autoscaling.go remove unnecessary call to metrics install package 2017-05-09 18:05:22 -07:00
batch.go Remove references to pkg/controller/informers 2017-02-27 06:47:59 -05:00
bootstrap.go Wire in bootstrap and token controllers. 2017-02-10 12:49:23 -08:00
certificates.go Remove references to pkg/controller/informers 2017-02-27 06:47:59 -05:00
controller_manager_test.go add --controllers to controller manager 2017-01-12 08:46:33 -05:00
controllermanager.go Switch the tokens controller to use shared informers 2017-05-20 14:19:49 -04:00
core.go increase the QPS for namespace controller 2017-05-03 15:25:13 -04:00
extensions.go DaemonSet: Use ControllerRef to route watch events. 2017-03-07 16:42:28 -08:00
plugins.go Remove alphaProvisioner in PVController and AlphaStorageClassAnnotation 2017-04-10 17:09:40 +08:00
policy.go Remove references to pkg/controller/informers 2017-02-27 06:47:59 -05:00