Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 205 for ServiceEntry (0.33 sec)

  1. releasenotes/notes/47290.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
      - 47290
      - 47264
      - 31250
      - 33360
      - 30531
      - 38484
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 12 08:34:42 UTC 2023
    - 270 bytes
    - Viewed (0)
  2. releasenotes/notes/35475.yaml

    kind: feature
    area: traffic-management
    issue:
    - 35475
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 08 00:43:52 UTC 2021
    - 247 bytes
    - Viewed (0)
  3. releasenotes/notes/46597.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: istioctl
    issue:
    - 46597
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 21 21:37:53 UTC 2023
    - 243 bytes
    - Viewed (0)
  4. pilot/pkg/networking/apigen/apigen.go

    	if w.TypeUrl == gvk.ServiceEntry.String() {
    		// Include 'synthetic' SE - but without the endpoints. Used to generate CDS, LDS.
    		// EDS is pass-through.
    		svcs := proxy.SidecarScope.Services()
    		for _, s := range svcs {
    			// Ignore services that are result of conversion from ServiceEntry.
    			if s.Attributes.ServiceRegistry == provider.External {
    				continue
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 05 19:01:38 UTC 2023
    - 5K bytes
    - Viewed (0)
  5. pkg/kube/krt/join_test.go

    	services := krt.NewInformer[*corev1.Service](c)
    	serviceEntries := krt.NewInformer[*istioclient.ServiceEntry](c)
    	c.RunAndWait(test.NewStop(t))
    	pc := clienttest.Wrap(t, kclient.New[*corev1.Pod](c))
    	sc := clienttest.Wrap(t, kclient.New[*corev1.Service](c))
    	sec := clienttest.Wrap(t, kclient.New[*istioclient.ServiceEntry](c))
    	SimplePods := SimplePodCollection(pods)
    	ExtraSimplePods := krt.NewStatic(&SimplePod{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 09 19:55:53 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  6. releasenotes/notes/ambient-service-entry.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jul 07 16:11:34 UTC 2023
    - 140 bytes
    - Viewed (0)
  7. releasenotes/notes/46693.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
      - 45150
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 28 22:07:15 UTC 2023
    - 267 bytes
    - Viewed (0)
  8. tests/testdata/config/static-weighted-se.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: httpbin
    spec:
      hosts:
        - weighted.static.svc.cluster.local
      ports:
        - number: 80
          name: http
          protocol: HTTP
      resolution: STATIC
      endpoints:
        - address: 3.3.3.3
          locality: a
        - address: 2.2.2.2
          locality: a
          weight: 8
        - address: 1.1.1.1
          locality: b
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 18 01:09:21 UTC 2019
    - 394 bytes
    - Viewed (0)
  9. pilot/pkg/serviceregistry/util/workloadinstances/index_test.go

    	"istio.io/istio/pkg/test/util/assert"
    )
    
    var GlobalTime = time.Now()
    
    // ServiceEntry with a selector
    var selector = &config.Config{
    	Meta: config.Meta{
    		GroupVersionKind:  gvk.ServiceEntry,
    		Name:              "selector",
    		Namespace:         "selector",
    		CreationTimestamp: GlobalTime,
    	},
    	Spec: &networking.ServiceEntry{
    		Hosts: []string{"selector.com"},
    		Ports: []*networking.ServicePort{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 5K bytes
    - Viewed (0)
  10. releasenotes/notes/45506.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
    - 45506
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 31 20:43:08 UTC 2023
    - 220 bytes
    - Viewed (0)
Back to top