Merge pull request #45548 from justinsb/fix_typo_ss_controller

Automatic merge from submit-queue (batch tested with PRs 45826, 45747, 45548, 45606, 41766)

Fix typo in name of ss controller
This commit is contained in:
Kubernetes Submit Queue 2017-05-15 11:39:24 -07:00 committed by GitHub
commit c924414b1f

View File

@ -309,7 +309,7 @@ func NewControllerInitializers() map[string]InitFunc {
controllers["replicaset"] = startReplicaSetController
controllers["horizontalpodautoscaling"] = startHPAController
controllers["disruption"] = startDisruptionController
controllers["statefuleset"] = startStatefulSetController
controllers["statefulset"] = startStatefulSetController
controllers["cronjob"] = startCronJobController
controllers["certificatesigningrequests"] = startCSRController
controllers["ttl"] = startTTLController