Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 493 for 500m (0.04 sec)

  1. pkg/kubelet/kubelet_node_status_test.go

    						v1.ResourceEphemeralStorage: *resource.NewQuantity(5000, resource.BinarySI),
    					},
    					Allocatable: 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. prow/config/ambient-sc.yaml

          "service-account-signing-key-file": "/etc/kubernetes/pki/sa.key"
    containerdConfigPatches:
    - |-
      [plugins."io.containerd.grpc.v1.cri".registry.mirrors."localhost:5000"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 29 19:17:14 UTC 2023
    - 693 bytes
    - Viewed (0)
  3. operator/pkg/apis/istio/v1alpha1/deepcopy_test.go

    	x := &v1alpha12.ResourceMetricSource{}
    	err := yaml.UnmarshalStrict([]byte("targetAverageValue: 100m"), x)
    	t.Log(x)
    	if err != nil {
    		t.Fatal(err)
    	}
    	y := &v1alpha12.MetricSpec{}
    	err = yaml.UnmarshalStrict([]byte(`
    type: Resource
    resource:
      targetAverageValue: 100m`), y)
    	t.Log(y)
    	if err != nil {
    		t.Fatal(err)
    	}
    	z := &v1alpha12.HorizontalPodAutoscalerSpec{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 05 23:34:13 UTC 2022
    - 3.4K bytes
    - Viewed (0)
  4. cmd/kubelet/app/server_test.go

    		{
    			kubeReserved:   map[string]string{"cpu": "200m", "memory": "-150G", "ephemeral-storage": "10Gi"},
    			systemReserved: map[string]string{"cpu": "200m", "memory": "15Ki"},
    			errorExpected:  true,
    			name:           "negative quantity value",
    		},
    		{
    			kubeReserved:   map[string]string{"cpu": "200m", "memory": "150Gi", "ephemeral-storage": "10Gi"},
    			systemReserved: map[string]string{"cpu": "200m", "memory": "15Ky"},
    			errorExpected:  true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 21:48:29 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  5. pilot/pkg/model/config_test.go

    		{"1000ExactNoMatch", host.Name("foo.bar.com.1000"), "bar.com", []host.Name{}, nil, nil, 1000, false},
    		{"5000ExactNoMatch", host.Name("foo.bar.com.5000"), "bar.com", []host.Name{}, nil, nil, 5000, false},
    
    		{"10ExactMatch", host.Name("foo.bar.com.10"), "foo.bar.com", []host.Name{}, nil, nil, 10, true},
    		{"50ExactMatch", host.Name("foo.bar.com.50"), "foo.bar.com", []host.Name{}, nil, nil, 50, true},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 20 12:54:10 UTC 2023
    - 19K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_proto_test.go

    	table := []struct {
    		quantity string
    		expect   Quantity
    	}{
    		{"0", Quantity{i: int64Amount{value: 0, scale: 0}, s: "0", Format: DecimalSI}},
    		{"100m", Quantity{i: int64Amount{value: 100, scale: -3}, s: "100m", Format: DecimalSI}},
    		{"50m", Quantity{i: int64Amount{value: 50, scale: -3}, s: "50m", Format: DecimalSI}},
    		{"10000T", Quantity{i: int64Amount{value: 10000, scale: 12}, s: "10000T", Format: DecimalSI}},
    	}
    	for _, testCase := range table {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 25 07:12:11 UTC 2017
    - 3.7K bytes
    - Viewed (0)
  7. pkg/config/analysis/analyzers/testdata/relative-envoy-filter-operation.yaml

                   {
                    [":method"] = "POST",
                    [":path"] = "/acl",
                    [":authority"] = "internal.org.net"
                   },
                  "authorize call",
                  5000)
                end
      # The second patch adds the cluster that is referenced by the Lua code
      # cds match is omitted as a new cluster is being added
      - applyTo: CLUSTER
        match:
          context: SIDECAR_OUTBOUND
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 31 19:38:42 UTC 2022
    - 6.1K bytes
    - Viewed (0)
  8. samples/builder/README.md

    ## Building for testing
    
    To build all images and push them:
    
    ```bash
    docker buildx bake --push
    ```
    
    This will push to `localhost:5000` by default, which you can override with `HUB=localhost:5000`.
    It will also build `linux/amd64,linux/arm64` which you can override with `PLATFORMS`.
    
    You can also build a set of images instead of all of them:
    
    ```bash
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 16 22:03:02 UTC 2024
    - 928 bytes
    - Viewed (0)
  9. docs/bucket/replication/setup_3site_replication.sh

    fi
    
    sleep 5
    
    head -c 221227088 </dev/urandom >200M
    ./mc.RELEASE.2021-03-12T03-36-59Z cp --config-dir ~/.mc --encrypt "sitea" --quiet 200M "sitea/bucket/200M-enc-v1"
    ./mc.RELEASE.2021-03-12T03-36-59Z cp --config-dir ~/.mc --quiet 200M "sitea/bucket/200M-v1"
    
    ./mc cp --enc-s3 "sitea" --quiet 200M "sitea/bucket/200M-enc-v2"
    ./mc cp --quiet 200M "sitea/bucket/200M-v2"
    
    sleep 10
    
    echo "Verifying ETag for all objects"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 27 19:17:46 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  10. pkg/scheduler/util/pod_resources_test.go

    			v1.ResourceList{
    				v1.ResourceCPU: resource.MustParse("200m"),
    			},
    			200,
    			DefaultMemoryRequest,
    		},
    		{
    			"only_memory_exist",
    			v1.ResourceList{
    				v1.ResourceMemory: resource.MustParse("400Mi"),
    			},
    			DefaultMilliCPURequest,
    			400 * 1024 * 1024,
    		},
    		{
    			"cpu_memory_exist",
    			v1.ResourceList{
    				v1.ResourceCPU:    resource.MustParse("200m"),
    				v1.ResourceMemory: resource.MustParse("400Mi"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 09 23:15:53 UTC 2023
    - 3.7K bytes
    - Viewed (0)
Back to top