Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InMerge (0.14 sec)

  1. pkg/proxy/servicechangetracker.go

    		}
    		result.UpdatedServices.Insert(nn)
    
    		sm.merge(change.current)
    		// filter out the Update event of current changes from previous changes
    		// before calling unmerge() so that can skip deleting the Update events.
    		change.previous.filter(change.current)
    		sm.unmerge(change.previous, result.DeletedUDPClusterIPs)
    	}
    	// clear changes after applying them to ServicePortMap.
    	sct.items = make(map[types.NamespacedName]*serviceChange)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 21 14:44:08 UTC 2023
    - 8.7K bytes
    - Viewed (0)
Back to top