Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hnsLocalEndpoints (0.2 sec)

  1. pkg/proxy/winkernel/proxier.go

    			klog.V(1).InfoS("Hns endpoint resource", "endpointInfo", newHnsEndpoint)
    
    			hnsEndpoints = append(hnsEndpoints, *newHnsEndpoint)
    			if newHnsEndpoint.IsLocal() {
    				hnsLocalEndpoints = append(hnsLocalEndpoints, *newHnsEndpoint)
    			} else {
    				// We only share the refCounts for remote endpoints
    				ep.refCount = proxier.endPointsRefCount.getRefCount(newHnsEndpoint.hnsID)
    				*ep.refCount++
    			}
    
    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