Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for endpointSet (0.2 sec)

  1. pilot/pkg/serviceregistry/kube/controller/endpointslice.go

    	return types.NamespacedName{
    		Namespace: slice.GetNamespace(),
    		Name:      serviceNameForEndpointSlice(slice.GetLabels()),
    	}
    }
    
    // endpointKey unique identifies an endpoint by IP and port name
    // This is used for deduping endpoints across slices.
    type endpointKey struct {
    	ip   string
    	port string
    }
    
    type endpointSliceCache struct {
    	mu                         sync.RWMutex
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  2. pilot/pkg/xds/debug.go

    	ListenerAcked        string         `json:"listener_acked,omitempty"`
    	RouteSent            string         `json:"route_sent,omitempty"`
    	RouteAcked           string         `json:"route_acked,omitempty"`
    	EndpointSent         string         `json:"endpoint_sent,omitempty"`
    	EndpointAcked        string         `json:"endpoint_acked,omitempty"`
    	ExtensionConfigSent  string         `json:"extensionconfig_sent,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 39.5K bytes
    - Viewed (0)
Back to top