Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for 2500m (0.11 sec)

  1. pkg/kubelet/kubelet_test.go

    	cpu500m := resource.MustParse("500m")
    	cpu1000m := resource.MustParse("1")
    	cpu1500m := resource.MustParse("1500m")
    	cpu2500m := resource.MustParse("2500m")
    	cpu5000m := resource.MustParse("5000m")
    	mem500M := resource.MustParse("500Mi")
    	mem1000M := resource.MustParse("1Gi")
    	mem1500M := resource.MustParse("1500Mi")
    	mem2500M := resource.MustParse("2500Mi")
    	mem4500M := resource.MustParse("4500Mi")
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  2. pkg/kubelet/eviction/eviction_manager_test.go

    		{name: "burstable-below-requests", priority: defaultPriority, requests: newResourceList("100m", "100Mi", ""), limits: newResourceList("200m", "1Gi", ""), memoryWorkingSet: "50Mi"},
    		{name: "burstable-above-requests", priority: defaultPriority, requests: newResourceList("100m", "100Mi", ""), limits: newResourceList("200m", "1Gi", ""), memoryWorkingSet: "400Mi"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  3. pkg/api/pod/util_test.go

    								Limits:   api.ResourceList{api.ResourceCPU: resource.MustParse("200m")},
    							},
    						},
    						{
    							Name:  "c2",
    							Image: "image",
    							Resources: api.ResourceRequirements{
    								Requests: api.ResourceList{api.ResourceCPU: resource.MustParse("200m")},
    								Limits:   api.ResourceList{api.ResourceCPU: resource.MustParse("300m")},
    							},
    						},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  4. pkg/controller/daemon/daemon_controller_test.go

    			newNode: func() *v1.Node {
    				node := newNode("node1", nil)
    				node.Status.Allocatable = allocatableResources("200M", "200m")
    				return node
    			}(),
    			ds: func() *apps.DaemonSet {
    				ds := newDaemonSet("ds")
    				ds.Spec.Template.Spec = resourcePodSpecWithoutNodeName("200M", "200m")
    				return ds
    			}(),
    			expectedEventsFunc: func(strategyType apps.DaemonSetUpdateStrategyType) int {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    			},
    		},
    		{name: "quantity",
    			obj:    objs("20", "200M"),
    			schema: schemas(stringType, stringType),
    			valid: []string{
    				"isQuantity(self.val1)",
    				"isQuantity(self.val2)",
    				`isQuantity("20Mi")`,
    				`quantity(self.val2) == quantity("0.2G") && quantity("0.2G") == quantity("200M")`,
    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. pkg/kubelet/eviction/helpers_test.go

    	medium := newPod("medium-priority", 1, []v1.Container{
    		newContainer("medium-priority", newResourceList("100m", "100Mi", ""), newResourceList("200m", "200Mi", "")),
    	}, nil)
    	high := newPod("high-priority", 12534, []v1.Container{
    		newContainer("high-priority", newResourceList("200m", "200Mi", ""), newResourceList("200m", "200Mi", "")),
    	}, nil)
    
    	pods := []*v1.Pod{high, medium, low}
    	orderedBy(priority).Sort(pods)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  8. pkg/controller/statefulset/stateful_set_control_test.go

    	om *fakeObjectManager,
    	invariants invariantFunc) error {
    	selector, err := metav1.LabelSelectorAsSelector(set.Spec.Selector)
    	if err != nil {
    		return err
    	}
    
    	// Give up after 2 loops.
    	// 2 * 500 pods per loop = 1000 max pods <- this should be enough for all test cases.
    	// Anything slower than that (requiring more iterations) indicates a problem and should fail the test.
    	maxLoops := 2
    	loops := maxLoops
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  9. cluster/gce/gci/configure-helper.sh

        chown -R "${ETCD_RUNASUSER}":"${ETCD_RUNASGROUP}" /mnt/disks/master-pd/var/etcd
      fi
      prepare-log-file /var/log/etcd.log "${ETCD_RUNASUSER:-0}"
      prepare-etcd-manifest "" "2379" "2380" "200m" "etcd.manifest"
    
      prepare-log-file /var/log/etcd-events.log "${ETCD_RUNASUSER:-0}"
      prepare-etcd-manifest "-events" "4002" "2381" "100m" "etcd-events.manifest"
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_CASINHL                         = 0x9C1 // 2497
    	SYS___CASINHL_B                     = 0x9C2 // 2498
    	SYS___CASINHL_H                     = 0x9C3 // 2499
    	SYS_CATAN                           = 0x9C4 // 2500
    	SYS___CATAN_B                       = 0x9C5 // 2501
    	SYS___CATAN_H                       = 0x9C6 // 2502
    	SYS_CATANF                          = 0x9C7 // 2503
    	SYS___CATANF_B                      = 0x9C8 // 2504
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
Back to top