Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newBitset (0.1 sec)

  1. pkg/proxy/ipvs/proxier_test.go

    	netlinkHandle.SetLocalAddresses("eth0", nodeIPs...)
    
    	// initialize ipsetList with all sets we needed
    	ipsetList := make(map[string]*IPSet)
    	for _, is := range ipsetInfo {
    		ipsetList[is.name] = NewIPSet(ipset, is.name, is.setType, false, is.comment)
    	}
    	p := &Proxier{
    		svcPortMap:            make(proxy.ServicePortMap),
    		serviceChanges:        proxy.NewServiceChangeTracker(newServiceInfo, ipFamily, nil, nil),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
Back to top