Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for serviceentry (0.26 sec)

  1. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    		makeInstance(httpStatic, "2.2.2.2", 18080, httpStatic.Spec.(*networking.ServiceEntry).Ports[1], nil, MTLS),
    		makeInstance(httpStatic, "3.3.3.3", 1080, httpStatic.Spec.(*networking.ServiceEntry).Ports[0], nil, MTLS),
    		makeInstance(httpStatic, "3.3.3.3", 8080, httpStatic.Spec.(*networking.ServiceEntry).Ports[1], nil, MTLS),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/serviceregistry_test.go

    	})
    
    	t.Run("External only: the port name of the workloadEntry and serviceEntry does not match, "+
    		"and the serivceEntry target port is not set, use serviceEntry port.number", func(t *testing.T) {
    		store, _, fx := setupTest(t)
    		makeIstioObject(t, store, serviceEntry)
    		makeIstioObject(t, store, config.Config{
    			Meta: config.Meta{
    				Name:             "workload",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/crdclient/types.gen.go

    	case gvk.ServiceEntry:
    		oldRes := &apiistioioapinetworkingv1alpha3.ServiceEntry{
    			ObjectMeta: origMeta,
    			Spec:       *(orig.Spec.(*istioioapinetworkingv1alpha3.ServiceEntry)),
    		}
    		modRes := &apiistioioapinetworkingv1alpha3.ServiceEntry{
    			ObjectMeta: modMeta,
    			Spec:       *(mod.Spec.(*istioioapinetworkingv1alpha3.ServiceEntry)),
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 62.2K bytes
    - Viewed (0)
  4. tests/integration/ambient/baseline_test.go

        - destination:
            host: "{{.Destination}}"
    `).ApplyOrFail(t)
    
    			cfg := config.YAML(`
    {{ $to := .To }}
    apiVersion: networking.istio.io/v1beta1
    kind: ServiceEntry
    metadata:
      name: test-se
    spec:
      hosts:
      - serviceentry.istio.io # not used
      addresses:
      - 111.111.222.222
      ports:
      - number: 80
        name: http
        protocol: HTTP
      resolution: {{.Resolution}}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/conversion.go

    	var ns string
    	// Currently supported types are Gateway, Service, and ServiceEntry
    	if kind == gvk.KubernetesGateway.Kind && group == gvk.KubernetesGateway.Group {
    		ik = gvk.KubernetesGateway
    	} else if kind == gvk.Service.Kind && group == gvk.Service.Group {
    		ik = gvk.Service
    	} else if kind == gvk.ServiceEntry.Kind && group == gvk.ServiceEntry.Group {
    		ik = gvk.ServiceEntry
    	} else {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    		s.clusterID, testNS, wleName)
    }
    
    // Returns the XDS resource name for the given ServiceEntry IP address.
    func (s *ambientTestServer) seIPXdsName(name string, ip string) string {
    	return fmt.Sprintf("%s/networking.istio.io/ServiceEntry/%s/%s/%s",
    		s.clusterID, testNS, name, ip)
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  7. pilot/pkg/model/sidecar_test.go

    					Ports:    port803x,
    					Attributes: ServiceAttributes{
    						Name:      "foo",
    						Namespace: "ns1",
    					},
    				},
    			},
    		},
    		{
    			name:          "multi-port-merge: serviceentry not merge with another namespace",
    			sidecarConfig: configs22,
    			services: []*Service{
    				{
    					Hostname: "foobar.svc.cluster.local",
    					Ports:    port803x[:3],
    					Attributes: ServiceAttributes{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  8. pilot/pkg/model/push_context.go

    		wasmPluginsChanged, proxyConfigsChanged bool
    
    	changedEnvoyFilters := sets.New[ConfigKey]()
    
    	for conf := range pushReq.ConfigsUpdated {
    		switch conf.Kind {
    		case kind.ServiceEntry, kind.DNSName:
    			servicesChanged = true
    		case kind.DestinationRule:
    			destinationRulesChanged = true
    		case kind.VirtualService:
    			virtualServicesChanged = true
    		case kind.Gateway:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  9. pkg/workloadapi/workload.pb.go

    	//
    	// cluster/group/kind/namespace/name/section-name
    	//
    	// As an example, a ServiceEntry with two WorkloadEntries inlined could become
    	// two Workloads with the following UIDs:
    	// - cluster1/networking.istio.io/v1alpha3/ServiceEntry/default/external-svc/endpoint1
    	// - cluster1/networking.istio.io/v1alpha3/ServiceEntry/default/external-svc/endpoint2
    	//
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/sidecar_simulation_test.go

    metadata:
      name: default
      namespace: istio-system
    spec:
      mtls:
        mode: %s
    `, m)
    }
    
    func TestInbound(t *testing.T) {
    	svc := `
    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: se
    spec:
      hosts:
      - foo.bar
      endpoints:
      - address: 1.1.1.1
      location: MESH_INTERNAL
      resolution: STATIC
      ports:
      - name: tcp
        number: 70
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top