Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 2,042 for 3000 (0.05 sec)

  1. samples/addons/grafana.yaml

        app.kubernetes.io/instance: grafana
        app.kubernetes.io/version: "11.0.0"
        app.kubernetes.io/managed-by: Helm
    spec:
      type: ClusterIP
      ports:
        - name: service
          port: 3000
          protocol: TCP
          targetPort: 3000
      selector:
        app.kubernetes.io/name: grafana
        app.kubernetes.io/instance: grafana
    ---
    # Source: grafana/templates/deployment.yaml
    apiVersion: apps/v1
    kind: Deployment
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  2. pilot/pkg/networking/util/util_test.go

    			}
    		})
    	}
    }
    
    func TestDomainName(t *testing.T) {
    	tests := []struct {
    		host  string
    		port  int
    		match string
    	}{
    		{"localhost", 3000, "localhost:3000"},
    		{"127.0.0.1", 3000, "127.0.0.1:3000"},
    		{"::1", 3000, "[::1]:3000"},
    		{"2001:4860:0:2001::68", 3000, "[2001:4860:0:2001::68]:3000"},
    	}
    	for _, tt := range tests {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 40K bytes
    - Viewed (0)
  3. src/net/http/serve_test.go

    	mux.Handle("example.com/pkg/bar/", stringHandler("example.com/pkg/bar/"))
    	mux.Handle("example.com:3000/pkg/connect/", stringHandler("example.com:3000/pkg/connect/"))
    	mux.Handle("example.com:9000/", stringHandler("example.com:9000/"))
    	mux.Handle("/pkg/baz/", stringHandler("/pkg/baz/"))
    
    	tests := []struct {
    		method string
    		url    string
    		code   int
    		loc    string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  4. docs/bucket/notifications/README.md

    ```sh
    mc admin config set myminio notify_webhook:1 queue_limit="0"  endpoint="http://localhost:3000" queue_dir=""
    ```
    
    ### Step 2: Enable Webhook bucket notification using MinIO client
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 84K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/compilation_test.go

    			expectedSetCost:  74,
    		},
    		{
    			name:             "index of array of number maps",
    			schemaGenerator:  getMapArrayWithRule("number", `self[0].x > 2.0`),
    			expectedCalcCost: 4,
    			setMaxElements:   3000,
    			expectedSetCost:  4,
    		},
    		{
    			name:             "duration array with all",
    			schemaGenerator:  genArrayWithRule("duration", "self.all(x, true)"),
    			expectedCalcCost: 2359295,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  6. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+2984(SB)/8,$0x00000001d0ce46c0
    
    	/* x^69696 mod p(x), x^69632 mod p(x) */
    DATA ·IEEEConst+2992(SB)/8,$0x000000002d01470e
    DATA ·IEEEConst+3000(SB)/8,$0x0000000124c907b4
    
    	/* x^68672 mod p(x), x^68608 mod p(x) */
    DATA ·IEEEConst+3008(SB)/8,$0x0000000158bbc7b0
    DATA ·IEEEConst+3016(SB)/8,$0x0000000018a555ca
    
    	/* x^67648 mod p(x), x^67584 mod p(x) */
    DATA ·IEEEConst+3024(SB)/8,$0x00000000c0a23e8e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  7. src/time/time_test.go

    	{599529660, parsedTime{1988, December, 31, 0, 1, 0, 0, Saturday, 0, "UTC"}},
    	{978220860, parsedTime{2000, December, 31, 0, 1, 0, 0, Sunday, 0, "UTC"}},
    }
    
    var nanoutctests = []TimeTest{
    	{0, parsedTime{1970, January, 1, 0, 0, 0, 1e8, Thursday, 0, "UTC"}},
    	{1221681866, parsedTime{2008, September, 17, 20, 4, 26, 2e8, Wednesday, 0, "UTC"}},
    }
    
    var localtests = []TimeTest{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:13:47 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  8. pkg/controller/controller_utils.go

    	// creation) about 10 pods a second, so it takes about 1 min to service
    	// 500 pods. Just creation is limited to 20qps, and watching happens with ~10-30s
    	// latency/pod at the scale of 3000 pods over 100 nodes.
    	ExpectationsTimeout = 5 * time.Minute
    	// When batching pod creates, SlowStartInitialBatchSize is the size of the
    	// initial batch.  The size of each successive batch is twice the size of
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 12 15:34:44 UTC 2024
    - 47.6K bytes
    - Viewed (0)
  9. pkg/proxy/ipvs/proxier_test.go

    					},
    					{
    						IP:       "100.101.102.103",
    						Port:     3001,
    						Protocol: "SCTP",
    					}: {
    						Address:   netutils.ParseIPSloppy("100.101.102.103"),
    						Protocol:  "SCTP",
    						Port:      uint16(3001),
    						Scheduler: "rr",
    					},
    					{
    						IP:       "100.101.102.104",
    						Port:     3001,
    						Protocol: "SCTP",
    					}: {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  10. releasenotes/notes/30070.yaml

    Steven Landow <******@****.***> 1611079753 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 19 18:09:13 UTC 2021
    - 266 bytes
    - Viewed (0)
Back to top