Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/pkg/serviceregistry/serviceentry/controller.go

    	if currentServiceEntry.WorkloadSelector != nil {
    		selector := workloadinstances.ByServiceSelector(curr.Namespace, currentServiceEntry.WorkloadSelector.Labels)
    		workloadInstances := workloadinstances.FindAllInIndex(s.workloadInstances, selector)
    		for _, wi := range workloadInstances {
    			if wi.DNSServiceEntryOnly && !isDNSTypeServiceEntry(currentServiceEntry) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 36.8K bytes
    - Viewed (0)
Back to top