Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for endpointInfoBySP (0.11 sec)

  1. pkg/proxy/endpointslicecache.go

    				NamespacedName: serviceNN,
    				Port:           *port.Name,
    				Protocol:       *port.Protocol,
    			}
    
    			endpointInfoBySP[svcPortName] = cache.addEndpoints(&svcPortName, int(*port.Port), endpointInfoBySP[svcPortName], sliceData.endpointSlice.Endpoints)
    		}
    	}
    
    	return endpointInfoBySP
    }
    
    // addEndpoints adds an Endpoint for each unique endpoint.
    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