Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for keyToAddrReadyMap (0.19 sec)

  1. pkg/api/v1/endpoints/util.go

    	// to synthesize an artificial key and do a sort of 2-part
    	// associative entity.
    	type keyString string
    	keyToAddrReadyMap := map[keyString]addressSet{}
    	addrReadyMapKeyToPorts := map[keyString][]v1.EndpointPort{}
    	for port, addrs := range portToAddrReadyMap {
    		key := keyString(hashAddresses(addrs))
    		keyToAddrReadyMap[key] = addrs
    		if port.Port > 0 { // avoid sentinels
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 07 07:01:25 UTC 2018
    - 8K bytes
    - Viewed (0)
Back to top