Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for serviceEntriesInfo (0.21 sec)

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

    		}
    		// here we don't care about the *service* waypoint (hence it is nil); we are only going to use a subset of the info in
    		// `allServices` (since we are building workloads here, not services).
    		allServices := a.serviceEntriesInfo(se, nil)
    		if implicitEndpoints {
    			eps = slices.Map(allServices, func(si model.ServiceInfo) *networkingv1alpha3.WorkloadEntry {
    				return &networkingv1alpha3.WorkloadEntry{Address: si.Hostname}
    			})
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 16:51:29 UTC 2024
    - 20.9K bytes
    - Viewed (0)
Back to top