Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ServiceEndpoints (0.31 sec)

  1. pilot/pkg/model/push_context.go

    			if labels.SubsetOf(instance.Labels) {
    				out = append(out, instance)
    			}
    		}
    	}
    
    	return out
    }
    
    // ServiceEndpoints returns the cached instances by svc if exists.
    func (ps *PushContext) ServiceEndpoints(svcKey string) map[int][]*IstioEndpoint {
    	if instances, exists := ps.ServiceIndex.instancesByPort[svcKey]; exists {
    		return instances
    	}
    
    	return nil
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
Back to top