Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestUpdateEndpointsMap (0.37 sec)

  1. pkg/proxy/iptables/proxier_test.go

    					newEp.IsLocal() != expected[x][i].isLocal {
    					t.Errorf("[%d] expected new[%v][%d] to be %v, got %v", tci, x, i, expected[x][i], newEp)
    				}
    			}
    		}
    	}
    }
    
    func TestUpdateEndpointsMap(t *testing.T) {
    	emptyEndpointSlices := []*discovery.EndpointSlice{
    		makeTestEndpointSlice("ns1", "ep1", 1, func(*discovery.EndpointSlice) {}),
    	}
    	subset1 := func(eps *discovery.EndpointSlice) {
    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