Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for constructService (0.12 sec)

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

    		if waypoint != nil {
    			waypointKey = waypoint.ResourceName()
    		}
    		a.networkUpdateTrigger.MarkDependant(ctx) // Mark we depend on out of band a.Network
    		return &model.ServiceInfo{
    			Service:       a.constructService(s, waypoint),
    			PortNames:     portNames,
    			LabelSelector: model.NewSelector(s.Spec.Selector),
    			Source:        kind.Service,
    			Waypoint:      waypointKey,
    		}
    	}, krt.WithName("ServicesInfo"))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 12:29:55 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/ambient/workloads.go

    			Waypoint:              a.getWaypointAddress(targetWaypoint),
    			Node:                  p.Spec.NodeName,
    			ApplicationTunnel:     appTunnel,
    			Services:              constructServices(p, services),
    			AuthorizationPolicies: policies,
    			Status:                status,
    			TrustDomain:           pickTrustDomain(meshCfg),
    			Locality:              getPodLocality(ctx, Nodes, p),
    		}
    
    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