Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for queriedEndpoints (0.18 sec)

  1. pkg/proxy/winkernel/proxier.go

    		}
    	}
    	return true
    }
    
    // updateQueriedEndpoints updates the queriedEndpoints map with newly created endpoint details
    func updateQueriedEndpoints(newHnsEndpoint *endpointInfo, queriedEndpoints map[string]*endpointInfo) {
    	// store newly created endpoints in queriedEndpoints
    	queriedEndpoints[newHnsEndpoint.hnsID] = newHnsEndpoint
    	queriedEndpoints[newHnsEndpoint.ip] = newHnsEndpoint
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
Back to top