Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 785 for 123x (0.05 sec)

  1. pilot/pkg/networking/grpcgen/lds_test.go

    				fmt.Sprintf(grpcxds.ServerListenerNameTemplate, "foo:1234"),
    				fmt.Sprintf(grpcxds.ServerListenerNameTemplate, "foo"),
    				fmt.Sprintf(grpcxds.ServerListenerNameTemplate, "[::]:8076"),
    			},
    			want: listenerNames{
    				"foo.com": {
    					RequestedNames: sets.New("foo.com"),
    					Ports:          sets.New("80"),
    				},
    				fmt.Sprintf(grpcxds.ServerListenerNameTemplate, "foo:1234"): {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Oct 30 20:07:58 UTC 2022
    - 4.7K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inject/proxy-override-runas.yaml.cni.injected

            prometheus.io/port: "15020"
            prometheus.io/scrape: "true"
            proxy.istio.io/overrides: '{"containers":[{"name":"istio-proxy","resources":{},"securityContext":{"runAsUser":1234,"runAsGroup":4321}}]}'
            sidecar.istio.io/interceptionMode: REDIRECT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:59:39 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  3. pkg/env/var_test.go

    	reset()
    
    	ev := RegisterFloatVar(testVar, 123.0, "")
    	v, present := ev.Lookup()
    	if v != 123.0 {
    		t.Errorf("Expected 123.0, got %v", v)
    	}
    	if present {
    		t.Errorf("Expected not present")
    	}
    
    	v = ev.Get()
    	if v != 123.0 {
    		t.Errorf("Expected 123.0, got %v", v)
    	}
    
    	_ = os.Setenv(testVar, "XXX")
    
    	ev = RegisterFloatVar(testVar, 123.0, "")
    	v, present = ev.Lookup()
    	if v != 123.0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 08 16:43:05 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  4. tests/integration/pilot/grpc_probe_test.go

    		Service:           name,
    		ReadinessGRPCPort: "1234",
    		Subsets: []echo.SubsetConfig{
    			{
    				Annotations: map[string]string{annotation.SidecarRewriteAppHTTPProbers.Name: strconv.FormatBool(rewrite)},
    			},
    		},
    	}
    
    	if openPort {
    		cfg.Ports = []echo.Port{{
    			Name:         "readiness-grpc-port",
    			Protocol:     protocol.GRPC,
    			ServicePort:  1234,
    			WorkloadPort: 1234,
    		}}
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  5. src/reflect/iter_test.go

    			}
    		}},
    		{"*[4]int", ValueOf(&[4]int{1, 2, 3, 4}), func(t *testing.T, s iter.Seq[Value]) {
    			i := int64(0)
    			for v := range s {
    				if v.Int() != i {
    					t.Fatalf("got %d, want %d", v.Int(), i)
    				}
    				i++
    			}
    			if i != 4 {
    				t.Fatalf("should loop four times")
    			}
    		}},
    		{"[4]int", ValueOf([4]int{1, 2, 3, 4}), func(t *testing.T, s iter.Seq[Value]) {
    			i := int64(0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 14:27:54 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  6. pkg/kube/inject/testdata/inject/proxy-override.yaml.injected

    istio-proxy","resources":{"limits":{"cpu":"3"},"requests":{"cpu":"123m"}},"volumeMounts":[{"name":"certs","mountPath":"/etc/certs"}],"livenessProbe":{"httpGet":{"path":"/healthz/ready","port":15021},"initialDelaySeconds":10,"timeoutSeconds":3,"periodSeconds":2,"failureThreshold":30},"lifecycle":{"preStop":{"exec":{"command":["sleep","10"]}}},"terminationMessagePath":"/foo/bar","securityContext":{"runAsUser":1234,"runAsGroup":1234,"readOnlyRootFilesystem":false,"allowPrivilegeEscalation":true},"t...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/kube/controller/ambient/services_test.go

    			inputs: []any{},
    			se: &networkingclient.ServiceEntry{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:      "name",
    					Namespace: "ns",
    				},
    				Spec: networking.ServiceEntry{
    					Addresses: []string{"1.2.3.4"},
    					Hosts:     []string{"a.example.com", "b.example.com"},
    					Ports: []*networking.ServicePort{{
    						Number: 80,
    						Name:   "http",
    					}},
    					SubjectAltNames: []string{"san1"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 12:29:55 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  8. subprojects/core/src/test/groovy/org/gradle/internal/classpath/InstrumentedTest.groovy

            when:
            def result = Instrumented.getInteger("prop", 123 as int, "consumer")
    
            then:
            result == 123
            1 * listener.systemPropertyQueried("prop", null, "consumer")
            0 * listener._
    
            when:
            result = Instrumented.getInteger("prop", 123 as Integer, "consumer")
    
            then:
            result == 123
            1 * listener.systemPropertyQueried("prop", null, "consumer")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Nov 11 00:37:04 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/testdata/ppc64_p10.s

    	PMXVBF16GER2 VS1, VS2, $1, $2, $3, A1   // 0790c012ec811198
    	PMXVBF16GER2NN VS1, VS2, $1, $2, $3, A1 // 0790c012ec811790
    	PMXVBF16GER2NP VS1, VS2, $1, $2, $3, A1 // 0790c012ec811390
    	PMXVBF16GER2PN VS1, VS2, $1, $2, $3, A1 // 0790c012ec811590
    	PMXVBF16GER2PP VS1, VS2, $1, $2, $3, A1 // 0790c012ec811190
    	PMXVF16GER2 VS1, VS2, $1, $2, $3, A1    // 0790c012ec811098
    	PMXVF16GER2NN VS1, VS2, $1, $2, $3, A1  // 0790c012ec811690
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 23 20:52:57 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  10. pkg/apis/core/validation/validation_test.go

    		{Name: "abc", MountPath: "/foo"},
    		{Name: "123", MountPath: "/bar"},
    		{Name: "abc-123", MountPath: "/baz"},
    		{Name: "abc-123", MountPath: "/baa", SubPath: ""},
    		{Name: "abc-123", MountPath: "/bab", SubPath: "baz"},
    		{Name: "abc-123", MountPath: "d:", SubPath: ""},
    		{Name: "abc-123", MountPath: "F:", SubPath: ""},
    		{Name: "abc-123", MountPath: "G:\\mount", SubPath: ""},
    		{Name: "abc-123", MountPath: "/bac", SubPath: ".baz"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top