mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #38094 from yarntime/fix_update_typo
Automatic merge from submit-queue fix typos fix typos.
This commit is contained in:
		@@ -571,7 +571,7 @@ func (fdc *DeploymentController) reconcileDeployment(key string) (reconciliation
 | 
				
			|||||||
				})
 | 
									})
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
			// TODO: Update only one deployment at a time if update strategy is rolling udpate.
 | 
								// TODO: Update only one deployment at a time if update strategy is rolling update.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			currentLd := ldObj.(*extensionsv1.Deployment)
 | 
								currentLd := ldObj.(*extensionsv1.Deployment)
 | 
				
			||||||
			// Update existing replica set, if needed.
 | 
								// Update existing replica set, if needed.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -93,7 +93,7 @@ func (rc *reconciler) Run(stopCh <-chan struct{}) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// reconciliationLoopFunc this can be disabled via cli option disableReconciliation.
 | 
					// reconciliationLoopFunc this can be disabled via cli option disableReconciliation.
 | 
				
			||||||
// It periodically checks whether the attached volumes from actual state
 | 
					// It periodically checks whether the attached volumes from actual state
 | 
				
			||||||
// are still attached to the node and udpate the status if they are not.
 | 
					// are still attached to the node and update the status if they are not.
 | 
				
			||||||
func (rc *reconciler) reconciliationLoopFunc() func() {
 | 
					func (rc *reconciler) reconciliationLoopFunc() func() {
 | 
				
			||||||
	return func() {
 | 
						return func() {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user