Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for serviceOf (0.13 sec)

  1. pilot/pkg/networking/core/route/route.go

    // eventing subsystem to invalidate the computed routes if any service changes/virtual Services change.
    type VirtualHostWrapper struct {
    	// Port is the listener port for outbound sidecar (e.g. service port)
    	Port int
    
    	// Services are the Services from the registry. Each service
    	// in this list should have a virtual host entry
    	Services []*model.Service
    
    	// VirtualServiceHosts is a list of hosts defined in the virtual service
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  2. pkg/controller/endpoint/endpoints_controller_test.go

    		},
    		{
    			name:       "v4 service, in a dual stack cluster",
    			ipFamilies: ipv4ipv6,
    			service: v1.Service{
    				Spec: v1.ServiceSpec{
    					ClusterIP: "10.0.0.1",
    				},
    			},
    			expectedEndpointFamily: ipv4,
    		},
    		{
    			name:       "v4 service, in a dual stack ipv6-primary cluster",
    			ipFamilies: ipv6ipv4,
    			service: v1.Service{
    				Spec: v1.ServiceSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
Back to top