Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for staleEndpoints (0.16 sec)

  1. pkg/proxy/endpointschangetracker_test.go

    			}
    			if len(result.DeletedUDPEndpoints) != len(tc.expectedDeletedUDPEndpoints) {
    				t.Errorf("[%d] expected %d staleEndpoints, got %d: %v", tci, len(tc.expectedDeletedUDPEndpoints), len(result.DeletedUDPEndpoints), result.DeletedUDPEndpoints)
    			}
    			for _, x := range tc.expectedDeletedUDPEndpoints {
    				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/nftables/proxier_test.go

    			newMap := fp.endpointsMap
    			checkEndpointExpectations(t, tci, newMap, tc.expectedResult)
    			if len(result.DeletedUDPEndpoints) != len(tc.expectedDeletedUDPEndpoints) {
    				t.Errorf("[%d] expected %d staleEndpoints, got %d: %v", tci, len(tc.expectedDeletedUDPEndpoints), len(result.DeletedUDPEndpoints), result.DeletedUDPEndpoints)
    			}
    			for _, x := range tc.expectedDeletedUDPEndpoints {
    				found := false
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  3. pkg/proxy/ipvs/proxier_test.go

    			newMap := fp.endpointsMap
    			checkEndpointExpectations(t, tci, newMap, tc.expectedResult)
    			if len(result.DeletedUDPEndpoints) != len(tc.expectedDeletedUDPEndpoints) {
    				t.Errorf("[%d] expected %d staleEndpoints, got %d: %v", tci, len(tc.expectedDeletedUDPEndpoints), len(result.DeletedUDPEndpoints), result.DeletedUDPEndpoints)
    			}
    			for _, x := range tc.expectedDeletedUDPEndpoints {
    				found := false
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  4. pkg/proxy/iptables/proxier_test.go

    			newMap := fp.endpointsMap
    			checkEndpointExpectations(t, tci, newMap, tc.expectedResult)
    			if len(result.DeletedUDPEndpoints) != len(tc.expectedDeletedUDPEndpoints) {
    				t.Errorf("[%d] expected %d staleEndpoints, got %d: %v", tci, len(tc.expectedDeletedUDPEndpoints), len(result.DeletedUDPEndpoints), result.DeletedUDPEndpoints)
    			}
    			for _, x := range tc.expectedDeletedUDPEndpoints {
    				found := false
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
Back to top