Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ServiceEndpointsByPort (4.09 sec)

  1. pilot/pkg/model/push_context.go

    		return serviceMTLSMode
    	}
    
    	// Fallback to permissive.
    	return MTLSPermissive
    }
    
    // ServiceEndpointsByPort returns the cached instances by port if it exists.
    func (ps *PushContext) ServiceEndpointsByPort(svc *Service, port int, labels labels.Instance) []*IstioEndpoint {
    	var out []*IstioEndpoint
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener.go

    					if bind.Primary() == "" && service.Resolution == model.Passthrough &&
    						saddress == constants.UnspecifiedIP && (servicePort.Protocol.IsTCP() || servicePort.Protocol.IsUnsupported()) {
    						instances := push.ServiceEndpointsByPort(service, servicePort.Port, nil)
    						if service.Attributes.ServiceRegistry != provider.Kubernetes && len(instances) == 0 && service.Attributes.LabelSelectors == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top