kubernetes/cmd/kube-controller-manager/app/options
YueHonghui d29f194474 add flag concurrent-statefulset-syncs to kube-controller-manager (#79169)
* add flag `concurrent-statefulset-syncs` to set number of concurrent workers for statefulset controller

* change default value of ConcurrentStatefulSetSyncs from 1 to 5

* 1. fix doc comment of statefulset config types.go
2. add missing deps k8s.io/kubernetes/pkg/controller/statefulset/config

* add missing dep k8s.io/kubernetes/pkg/controller/statefulset/config/v1alpha1

* updated bazel BUILD files

* update kube-controller-manager options testcase

* fix codegen

* fix golint error

* fix testcase
2019-07-31 22:36:14 -07:00
..
attachdetachcontroller.go fix all the reference about the API packages change 2019-03-02 12:54:33 +08:00
BUILD add flag concurrent-statefulset-syncs to kube-controller-manager (#79169) 2019-07-31 22:36:14 -07:00
csrsigningcontroller.go fix all the reference about the API packages change 2019-03-02 12:54:33 +08:00
daemonsetcontroller.go fix all the reference about the API packages change 2019-03-02 12:54:33 +08:00
deploymentcontroller.go fix all the reference about the API packages change 2019-03-02 12:54:33 +08:00
deprecatedcontroller.go get rid of copied fields in the options and using wraped componentconfig fields 2019-01-16 16:07:16 +08:00
endpointcontroller.go Add simple batching to endpoints controller 2019-07-24 11:36:53 +02:00
garbagecollectorcontroller.go fix all the reference about the API packages change 2019-03-02 12:54:33 +08:00
hpacontroller.go fix all the reference about the API packages change 2019-03-02 12:54:33 +08:00
jobcontroller.go fix all the reference about the API packages change 2019-03-02 12:54:33 +08:00
namespacecontroller.go fix all the reference about the API packages change 2019-03-02 12:54:33 +08:00
nodeipamcontroller.go fix all the reference about the API packages change 2019-03-02 12:54:33 +08:00
nodelifecyclecontroller.go fix all the reference about the API packages change 2019-03-02 12:54:33 +08:00
options_test.go add flag concurrent-statefulset-syncs to kube-controller-manager (#79169) 2019-07-31 22:36:14 -07:00
options.go add flag concurrent-statefulset-syncs to kube-controller-manager (#79169) 2019-07-31 22:36:14 -07:00
persistentvolumebindercontroller.go fix all the reference about the API packages change 2019-03-02 12:54:33 +08:00
podgccontroller.go fix all the reference about the API packages change 2019-03-02 12:54:33 +08:00
replicasetcontroller.go fix all the reference about the API packages change 2019-03-02 12:54:33 +08:00
replicationcontroller.go fix all the reference about the API packages change 2019-03-02 12:54:33 +08:00
resourcequotacontroller.go fix all the reference about the API packages change 2019-03-02 12:54:33 +08:00
serviceaccountcontroller.go fix all the reference about the API packages change 2019-03-02 12:54:33 +08:00
statefulsetcontroller.go add flag concurrent-statefulset-syncs to kube-controller-manager (#79169) 2019-07-31 22:36:14 -07:00
ttlafterfinishedcontroller.go fix all the reference about the API packages change 2019-03-02 12:54:33 +08:00