Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getLocalReadyEndpointIPs (0.26 sec)

  1. pkg/proxy/endpointschangetracker.go

    		delete(em, svcPortName)
    	}
    }
    
    // getLocalEndpointIPs returns endpoints IPs if given endpoint is local - local means the endpoint is running in same host as kube-proxy.
    func (em EndpointsMap) getLocalReadyEndpointIPs() map[types.NamespacedName]sets.Set[string] {
    	localIPs := make(map[types.NamespacedName]sets.Set[string])
    	for svcPortName, epList := range em {
    		for _, ep := range epList {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 21 14:44:08 UTC 2023
    - 13.2K bytes
    - Viewed (0)
Back to top