mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Fix a typo in pkg/controller
This commit is contained in:
		@@ -71,7 +71,7 @@ func NewServicePortCache() *ServicePortCache {
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Set updates the the ServicePortCache to contain the provided EfficiencyInfo
 | 
					// Set updates the ServicePortCache to contain the provided EfficiencyInfo
 | 
				
			||||||
// for the provided PortMapKey.
 | 
					// for the provided PortMapKey.
 | 
				
			||||||
func (spc *ServicePortCache) Set(pmKey endpointutil.PortMapKey, eInfo EfficiencyInfo) {
 | 
					func (spc *ServicePortCache) Set(pmKey endpointutil.PortMapKey, eInfo EfficiencyInfo) {
 | 
				
			||||||
	spc.items[pmKey] = eInfo
 | 
						spc.items[pmKey] = eInfo
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user