Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestEndpointSlice (0.49 sec)

  1. pkg/proxy/winkernel/proxier_test.go

    		for _, ingressIP := range svcInfo.loadBalancerIngressIPs {
    			if ingressIP.hnsID != "" {
    				t.Errorf("IngressLBID %v is not empty.", ingressIP.hnsID)
    			}
    		}
    	}
    }
    
    func TestEndpointSlice(t *testing.T) {
    	syncPeriod := 30 * time.Second
    	proxier := NewFakeProxier(syncPeriod, syncPeriod, "testhost", netutils.ParseIPSloppy("10.0.0.1"), NETWORK_TYPE_OVERLAY)
    	if proxier == nil {
    		t.Error()
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 28 14:30:51 UTC 2024
    - 30.2K bytes
    - Viewed (0)
Back to top