Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ParseCIDRs (0.26 sec)

  1. pkg/proxy/ipvs/proxier.go

    	serviceHealthServer := healthcheck.NewServiceHealthServer(hostname, recorder, nodePortAddresses, healthzServer)
    
    	// excludeCIDRs has been validated before, here we just parse it to IPNet list
    	parsedExcludeCIDRs, _ := netutils.ParseCIDRs(excludeCIDRs)
    
    	proxier := &Proxier{
    		ipFamily:              ipFamily,
    		svcPortMap:            make(proxy.ServicePortMap),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
Back to top