Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for constructServiceEntries (0.14 sec)

  1. pilot/pkg/serviceregistry/kube/controller/ambient/services.go

    		waypointKey = w.ResourceName()
    	}
    	return slices.Map(a.constructServiceEntries(s, w), func(e *workloadapi.Service) model.ServiceInfo {
    		return model.ServiceInfo{
    			Service:       e,
    			PortNames:     portNames,
    			LabelSelector: sel,
    			Source:        kind.ServiceEntry,
    			Waypoint:      waypointKey,
    		}
    	})
    }
    
    func (a *index) constructServiceEntries(svc *networkingclient.ServiceEntry, w *Waypoint) []*workloadapi.Service {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 12:29:55 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top