mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Removed empty line.
This commit is contained in:
		@@ -140,14 +140,12 @@ func (nm *NamespaceController) worker() {
 | 
				
			|||||||
			t := estimate.Estimate/2 + 1
 | 
								t := estimate.Estimate/2 + 1
 | 
				
			||||||
			glog.V(4).Infof("Content remaining in namespace %s, waiting %d seconds", key, t)
 | 
								glog.V(4).Infof("Content remaining in namespace %s, waiting %d seconds", key, t)
 | 
				
			||||||
			nm.queue.AddAfter(key, time.Duration(t)*time.Second)
 | 
								nm.queue.AddAfter(key, time.Duration(t)*time.Second)
 | 
				
			||||||
 | 
					 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
			// rather than wait for a full resync, re-add the namespace to the queue to be processed
 | 
								// rather than wait for a full resync, re-add the namespace to the queue to be processed
 | 
				
			||||||
			nm.queue.AddRateLimited(key)
 | 
								nm.queue.AddRateLimited(key)
 | 
				
			||||||
			utilruntime.HandleError(err)
 | 
								utilruntime.HandleError(err)
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		return false
 | 
							return false
 | 
				
			||||||
 | 
					 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	for {
 | 
						for {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user