Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 87 for Se (0.15 sec)

  1. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    	epAddresses []string,
    ) {
    	t.Helper()
    
    	se := &apiv1alpha3.ServiceEntry{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      name,
    			Namespace: ns,
    			Labels:    labels,
    		},
    		Spec:   *generateServiceEntry(hostStr, addresses, labels, epAddresses),
    		Status: v1alpha1.IstioStatus{},
    	}
    	s.se.CreateOrUpdate(se)
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  2. src/time/zoneinfo_abbrs_windows.go

    	"Jordan Standard Time":            {"+03", "+03"},     // Asia/Amman
    	"Arabic Standard Time":            {"+03", "+03"},     // Asia/Baghdad
    	"Azerbaijan Standard Time":        {"+04", "+04"},     // Asia/Baku
    	"SE Asia Standard Time":           {"+07", "+07"},     // Asia/Bangkok
    	"Altai Standard Time":             {"+07", "+07"},     // Asia/Barnaul
    	"Middle East Standard Time":       {"EET", "EEST"},    // Asia/Beirut
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 20:01:59 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/serviceentry/store_test.go

    	store.updateServiceEntryInstances(key, expectedSeInstances)
    
    	gotSeInstances := store.getServiceEntryInstances(key)
    	if !reflect.DeepEqual(gotSeInstances, expectedSeInstances) {
    		t.Errorf("got unexpected se instances : %v", gotSeInstances)
    	}
    
    	// 5. test deleteServiceEntryInstances
    	store.deleteServiceEntryInstances(key, cKey)
    	gotSeInstances = store.getServiceEntryInstances(key)
    	if len(gotSeInstances) != 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  4. src/os/pipe_test.go

    		_, err = w.Write([]byte("hi"))
    		if err == nil {
    			t.Fatal("unexpected success of Write to broken pipe")
    		}
    		if pe, ok := err.(*fs.PathError); ok {
    			err = pe.Err
    		}
    		if se, ok := err.(*os.SyscallError); ok {
    			err = se.Err
    		}
    		if err != expect {
    			t.Errorf("iteration %d: got %v, expected %v", i, err, expect)
    		}
    	}
    }
    
    func TestStdPipe(t *testing.T) {
    	switch runtime.GOOS {
    	case "windows":
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 23:35:29 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  5. src/image/jpeg/writer.go

    //   - the number of components "\x01",
    //   - component 1 uses DC table 0 and AC table 0 "\x01\x00",
    //   - the bytes "\x00\x3f\x00". Section B.2.3 of the spec says that for
    //     sequential DCTs, those bytes (8-bit Ss, 8-bit Se, 4-bit Ah, 4-bit Al)
    //     should be 0x00, 0x3f, 0x00<<4 | 0x00.
    var sosHeaderY = []byte{
    	0xff, 0xda, 0x00, 0x08, 0x01, 0x01, 0x00, 0x00, 0x3f, 0x00,
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  6. tests/integration/security/sds_ingress/util/test_certs.go

    MTIyMDEyMzRaFw0zMDA4MTAyMDEyMzRaMFQxCzAJBgNVBAYTAlVTMQ8wDQYDVQQI
    DAZEZW5pYWwxDjAMBgNVBAcMBUV0aGVyMQwwCgYDVQQKDANEaXMxFjAUBgNVBAMM
    DSouZXhhbXBsZS5jb20wggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDC
    se+/CHI6gNhoj2pW/iawYaZT+FavNBwKq9y8+jQKp8ZSQvF0+44KWWTu258I/xxK
    agJpXITOieCuLOHxsw2iMCgHz8US3cuAm3trvVG5se4ksEzBKXEqUtr4x7j25zUr
    6r3JNQ1S51zIthc85ZchZFkS82T7uEgpYF5mDEbP7jlfZ/KVL/oquH1IJOjCufIU
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 22:01:21 UTC 2023
    - 25.9K bytes
    - Viewed (0)
  7. src/net/http/h2_bundle.go

    		}
    		if err != nil {
    			cc.vlogf("http2: Transport readFrame error on conn %p: (%T) %v", cc, err, err)
    		}
    		if se, ok := err.(http2StreamError); ok {
    			if cs := rl.streamByID(se.StreamID); cs != nil {
    				if se.Cause == nil {
    					se.Cause = cc.fr.errDetail
    				}
    				rl.endStreamError(cs, se)
    			}
    			continue
    		} else if err != nil {
    			cc.countReadFrameError(err)
    			return err
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  8. pilot/pkg/xds/xds_test.go

    			Equals(true, "{.useOriginalDst}").
    			CheckOrFail(t)
    	})
    
    	t.Run("mongo", func(t *testing.T) {
    		s := xds.NewFakeDiscoveryServer(t, xds.FakeOptions{
    			ConfigString: mustReadFile(t, "tests/testdata/config/se-example.yaml"),
    		})
    		proxy := s.SetupProxy(&model.Proxy{
    			IPAddresses: []string{"10.2.0.1"},
    			ID:          "app3.testns",
    		})
    		structpath.ForProto(xdstest.ToDiscoveryResponse(s.Listeners(proxy))).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  9. src/cmd/doc/pkg.go

    			// Or a type embedded in a constraint.
    			// Nothing else is allowed.
    			ty := field.Type
    			if se, ok := field.Type.(*ast.StarExpr); !isInterface && ok {
    				// The form *ident or *pkg.ident is only valid on
    				// embedded types in structs.
    				ty = se.X
    			}
    			constraint := false
    			switch ident := ty.(type) {
    			case *ast.Ident:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 08 20:15:52 UTC 2024
    - 32K bytes
    - Viewed (0)
  10. tests/integration/telemetry/api/stats_test.go

    			t.ConfigIstio().File(apps.Namespace.Name(), filepath.Join(base, "istio-mtls-gateway.yaml")).ApplyOrFail(t)
    			t.ConfigIstio().File(apps.Namespace.Name(), filepath.Join(base, "istio-mtls-vs.yaml")).ApplyOrFail(t)
    
    			// The main SE is available only to app namespace, make one the egress can access.
    			t.ConfigIstio().Eval(ist.Settings().SystemNamespace, map[string]any{
    				"Namespace": apps.External.Namespace.Name(),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 17.3K bytes
    - Viewed (0)
Back to top