mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +00:00 
			
		
		
		
	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:
		| @@ -309,7 +309,7 @@ func NewControllerInitializers() map[string]InitFunc { | |||||||
| 	controllers["replicaset"] = startReplicaSetController | 	controllers["replicaset"] = startReplicaSetController | ||||||
| 	controllers["horizontalpodautoscaling"] = startHPAController | 	controllers["horizontalpodautoscaling"] = startHPAController | ||||||
| 	controllers["disruption"] = startDisruptionController | 	controllers["disruption"] = startDisruptionController | ||||||
| 	controllers["statefuleset"] = startStatefulSetController | 	controllers["statefulset"] = startStatefulSetController | ||||||
| 	controllers["cronjob"] = startCronJobController | 	controllers["cronjob"] = startCronJobController | ||||||
| 	controllers["certificatesigningrequests"] = startCSRController | 	controllers["certificatesigningrequests"] = startCSRController | ||||||
| 	controllers["ttl"] = startTTLController | 	controllers["ttl"] = startTTLController | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Kubernetes Submit Queue
					Kubernetes Submit Queue