Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for newlyActiveUDPServices (0.68 sec)

  1. pkg/proxy/endpointschangetracker_test.go

    				}
    			}
    			if len(result.NewlyActiveUDPServices) != len(tc.expectedNewlyActiveUDPServices) {
    				t.Errorf("[%d] expected %d newlyActiveUDPServices, got %d: %v", tci, len(tc.expectedNewlyActiveUDPServices), len(result.NewlyActiveUDPServices), result.NewlyActiveUDPServices)
    			}
    			for svcName := range tc.expectedNewlyActiveUDPServices {
    				found := false
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 21 14:44:08 UTC 2023
    - 79.9K bytes
    - Viewed (0)
  2. pkg/proxy/winkernel/proxier.go

    	deletedUDPClusterIPs := serviceUpdateResult.DeletedUDPClusterIPs
    	// merge stale services gathered from EndpointsMap.Update
    	for _, svcPortName := range endpointUpdateResult.NewlyActiveUDPServices {
    		if svcInfo, ok := proxier.svcPortMap[svcPortName]; ok && svcInfo != nil && svcInfo.Protocol() == v1.ProtocolUDP {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
Back to top