Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for endpointsMapFromEndpointInfo (1.03 sec)

  1. pkg/proxy/endpointslicecache.go

    		return false
    	}
    
    	// If not in the cache, and not marked for removal, it should be added.
    	return true
    }
    
    // endpointsMapFromEndpointInfo computes an endpointsMap from endpointInfo that
    // has been grouped by service port and IP.
    func endpointsMapFromEndpointInfo(endpointInfoBySP map[ServicePortName]map[string]Endpoint) EndpointsMap {
    	endpointsMap := EndpointsMap{}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:07:21 UTC 2024
    - 11.7K bytes
    - Viewed (0)
Back to top