Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 83 for c000 (0.05 sec)

  1. pkg/kubelet/kubelet_node_status_test.go

    					v1.ResourceEphemeralStorage: *resource.NewQuantity(2000, resource.BinarySI),
    				},
    				capacity: v1.ResourceList{
    					v1.ResourceCPU:              *resource.NewMilliQuantity(2000, resource.DecimalSI),
    					v1.ResourceMemory:           *resource.NewQuantity(10e9, resource.BinarySI),
    					v1.ResourceEphemeralStorage: *resource.NewQuantity(5000, resource.BinarySI),
    				},
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  2. istioctl/pkg/authz/testdata/configdump.yaml

         }
        },
        {
         "name": "0.0.0.0_8000",
         "active_state": {
          "version_info": "2023-06-20T09:07:41Z/3",
          "listener": {
           "@type": "type.googleapis.com/envoy.config.listener.v3.Listener",
           "name": "0.0.0.0_8000",
           "address": {
            "socket_address": {
             "address": "0.0.0.0",
             "port_value": 8000
            }
           },
           "filter_chains": [
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (1)
  3. pkg/controller/podautoscaler/horizontal_test.go

    			specMinReplicas:              1,
    			specMaxReplicas:              2000,
    			expectedReplicas:             4,
    			expectedCondition:            "ScaleUpLimit",
    			scaleUpRules:                 generateScalingRules(0, 0, 1, 60, 0),
    			name:                         "scaleUpLimit is the limit because scaleUpLimit < maxReplicas with user policies",
    		},
    		{
    			currentReplicas:              1000,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  4. 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)
  5. pkg/scheduler/schedule_one_test.go

    						{
    							Image: "gcr.io/40",
    						},
    					},
    				},
    			},
    			nodes: []*v1.Node{
    				makeNode("node1", 1000, schedutil.DefaultMemoryRequest*10, imageStatus1...),
    				makeNode("node2", 1000, schedutil.DefaultMemoryRequest*10, imageStatus2...),
    				makeNode("node3", 1000, schedutil.DefaultMemoryRequest*10, imageStatus3...),
    			},
    			pluginRegistrations: []tf.RegisterPluginFunc{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  6. manifests/addons/dashboards/istio-service-dashboard.json

                "uid": "${datasource}"
              },
              "expr": "(histogram_quantile(0.50, sum(irate(istio_request_duration_milliseconds_bucket{reporter=~\"$qrep\",destination_service=~\"$service\"}[1m])) by (le)) / 1000) or histogram_quantile(0.50, sum(irate(istio_request_duration_seconds_bucket{reporter=~\"$qrep\",destination_service=~\"$service\"}[1m])) by (le))",
              "format": "time_series",
              "interval": "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 111.8K bytes
    - Viewed (0)
  7. manifests/addons/dashboards/istio-workload-dashboard.json

              },
              "expr": "(histogram_quantile(0.50, sum(irate(istio_request_duration_milliseconds_bucket{reporter=~\"$qrep\",destination_workload=~\"$workload\", destination_workload_namespace=~\"$namespace\"}[1m])) by (le)) / 1000) or histogram_quantile(0.50, sum(irate(istio_request_duration_seconds_bucket{reporter=~\"$qrep\",destination_workload=~\"$workload\", destination_workload_namespace=~\"$namespace\"}[1m])) by (le))",
              "format": "time_series",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 102.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"self.dates.min() == timestamp('2000-01-01T00:00:00.000Z')",
    				"self.dates.max() == timestamp('2010-01-01T00:00:00.000Z')",
    				"self.dates.isSorted()",
    				"self.emptyDates.isSorted()",
    				"self.unsortedDates.isSorted() == false",
    				"self.dates.indexOf(timestamp('2000-02-01T00:00:00.000Z')) == 1",
    				"self.dates.lastIndexOf(timestamp('2000-02-01T00:00:00.000Z')) == 2",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/gateway_test.go

    												Number: 80,
    											},
    										},
    									},
    								},
    							},
    						},
    					},
    				},
    			},
    			[]string{"10.0.0.1_8000", "10.0.0.2_8000", "10.0.0.3_8000"},
    		},
    		{
    			"gateway with HTTPS/GRPC servers with bind",
    			&pilot_model.Proxy{},
    			[]config.Config{
    				{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  10. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+976(SB)/8,$0x000000003cd63ac4
    DATA ·IEEEConst+984(SB)/8,$0x000000018c40baf4
    
    	/* x^197696 mod p(x), x^197632 mod p(x) */
    DATA ·IEEEConst+992(SB)/8,$0x00000001bf47d352
    DATA ·IEEEConst+1000(SB)/8,$0x000000004cd390d4
    
    	/* x^196672 mod p(x), x^196608 mod p(x) */
    DATA ·IEEEConst+1008(SB)/8,$0x000000018dc1d708
    DATA ·IEEEConst+1016(SB)/8,$0x00000001e4ece95a
    
    	/* x^195648 mod p(x), x^195584 mod p(x) */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
Back to top