Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 44 for c000 (0.1 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. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	}
    	return
    }
    
    func GetCurrentProcessId() (pid uint32) {
    	r0, _, _ := syscall.Syscall(procGetCurrentProcessId.Addr(), 0, 0, 0, 0)
    	pid = uint32(r0)
    	return
    }
    
    func GetCurrentThreadId() (id uint32) {
    	r0, _, _ := syscall.Syscall(procGetCurrentThreadId.Addr(), 0, 0, 0, 0)
    	id = uint32(r0)
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      const auto padding = GetTflitePadding(inst, op.padding());
      if (padding) {
        pool_params.padding = *padding;
        pool_params.activation = kTfLiteActNone;
        pool_params.computed.padding = TfLitePaddingValues{0, 0, 0, 0};
        return pool_params;
      }
    
      return std::nullopt;
    }
    
    namespace {
    
    using ::mlir::tf_saved_model::kTfSavedModelExportedNamesAttr;
    using ::mlir::tf_saved_model::kTfSavedModelIndexPathAttr;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  9. cmd/server_test.go

    		expectedStrings []string
    	}{
    		{getListObjectsV1URL(s.endPoint, bucketName, "", "1000", ""), []string{"<Key>foo bar 1</Key>", "<Key>foo bar 2</Key>"}},
    		{getListObjectsV1URL(s.endPoint, bucketName, "", "1000", "url"), []string{"<Key>foo+bar+1</Key>", "<Key>foo+bar+2</Key>"}},
    		{
    			getListObjectsV2URL(s.endPoint, bucketName, "", "1000", "", "", ""),
    			[]string{
    				"<Key>foo bar 1</Key>",
    				"<Key>foo bar 2</Key>",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/cluster_test.go

    							RingHash: &networking.LoadBalancerSettings_ConsistentHashLB_RingHash{
    								MinimumRingSize: 10,
    							},
    						},
    						MinimumRingSize: 1000,
    					},
    				},
    			},
    			func(c *cluster.Cluster) error {
    				if c.LbPolicy != cluster.Cluster_RING_HASH {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
Back to top