kubernetes/pkg/controller/statefulset
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
..
config add flag concurrent-statefulset-syncs to kube-controller-manager (#79169) 2019-07-31 22:36:14 -07:00
BUILD add flag concurrent-statefulset-syncs to kube-controller-manager (#79169) 2019-07-31 22:36:14 -07:00
OWNERS Updates OWNERS files and OWNERS_ALIASES for SIG Apps to make reviewers 2019-04-16 11:35:21 -07:00
stateful_pod_control_test.go cleanup: fix some log and error capitalizations 2019-07-20 18:26:16 -04:00
stateful_pod_control.go cleanup: fix some log and error capitalizations 2019-07-20 18:26:16 -04:00
stateful_set_control_test.go cleanup: fix some log and error capitalizations 2019-07-20 18:26:16 -04:00
stateful_set_control.go Break out of loop when currentRevision is found in defaultStatefulSetControl#getStatefulSetRevisions 2019-05-26 09:22:58 -07:00
stateful_set_status_updater_test.go cleanup: fix some log and error capitalizations 2019-07-20 18:26:16 -04:00
stateful_set_status_updater.go Promote SS to apps/v1 2018-01-18 13:48:52 +05:30
stateful_set_test.go Remove unwanted else block from statefulset controller. 2019-04-01 16:24:55 +05:30
stateful_set_utils_test.go Fix a bug that StatefulSet applies the revision incorrectly 2019-06-30 09:49:00 +08:00
stateful_set_utils.go Fix a bug that StatefulSet applies the revision incorrectly 2019-06-30 09:49:00 +08:00
stateful_set.go Remove resync period 2019-03-22 16:40:40 -05:00