Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 50 for 500m (0.41 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/compilation_test.go

    			expectedSetCost:  7,
    		},
    		{
    			name:             "index of array with numbers",
    			schemaGenerator:  genArrayWithRule("number", "self[1] == 0.0"),
    			expectedCalcCost: 2,
    			setMaxElements:   5000,
    			expectedSetCost:  2,
    		},
    		{
    			name:             "index of array with strings",
    			schemaGenerator:  genArrayWithRule("string", "self[1] == self[1]"),
    			expectedCalcCost: 314577,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/replica_calculator_test.go

    		currentReplicas:  3,
    		expectedReplicas: 4,
    		metric: &metricInfo{
    			metricType:        objectPerPodMetric,
    			name:              "qps",
    			levels:            []int64{20000},
    			perPodTargetUsage: 5000,
    			expectedUsage:     6667,
    			singleObject: &autoscalingv2.CrossVersionObjectReference{
    				Kind:       "Deployment",
    				APIVersion: "apps/v1",
    				Name:       "some-deployment",
    			},
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 19 03:31:34 UTC 2023
    - 68.4K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/sidecar_template.golden.yaml

                    {{- end }}
                    resources:
                      limits:
                        cpu: "2"
                        memory: 1Gi
                      requests:
                        cpu: 100m
                        memory: 128Mi
                    startupProbe:
                      failureThreshold: 30
                      httpGet:
                        path: /healthz/ready
                        port: 15021
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 86.9K bytes
    - Viewed (0)
  4. pkg/controller/endpointslice/endpointslice_controller_test.go

    }
    
    func Test_checkNodeTopologyDistribution(t *testing.T) {
    	zoneA := "zone-a"
    	zoneB := "zone-b"
    	zoneC := "zone-c"
    
    	readyTrue := true
    	readyFalse := false
    
    	cpu100 := resource.MustParse("100m")
    	cpu1000 := resource.MustParse("1000m")
    	cpu2000 := resource.MustParse("2000m")
    
    	type nodeInfo struct {
    		zoneLabel *string
    		ready     *bool
    		cpu       *resource.Quantity
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
  5. cluster/gce/windows/k8s-node-setup.psm1

          Log-Output "${npd_bin} ${flags}"
          sc.exe create $NPD_SERVICE binpath= "${npd_bin} ${flags}" displayName= "Node Problem Detector"
          sc.exe failure $NPD_SERVICE reset= 30 actions= restart/5000
          sc.exe start $NPD_SERVICE
    
          Write-VerboseServiceInfoToConsole -Service $NPD_SERVICE
        }
        else {
          Log-Output "${NPD_SERVICE} already configured."
        }
      }
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  6. pkg/kube/inject/testdata/inputs/traffic-params.yaml.7.template.gen.yaml

                {{- end }}
                resources:
                  limits:
                    cpu: "2"
                    memory: 1Gi
                  requests:
                    cpu: 100m
                    memory: 128Mi
                startupProbe:
                  failureThreshold: 30
                  httpGet:
                    path: /healthz/ready
                    port: 15021
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  7. pkg/kube/inject/testdata/inputs/hello.yaml.14.template.gen.yaml

                {{- end }}
                resources:
                  limits:
                    cpu: "2"
                    memory: 1Gi
                  requests:
                    cpu: 100m
                    memory: 128Mi
                startupProbe:
                  failureThreshold: 30
                  httpGet:
                    path: /healthz/ready
                    port: 15021
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inputs/hello.yaml.3.template.gen.yaml

                {{- end }}
                resources:
                  limits:
                    cpu: "2"
                    memory: 1Gi
                  requests:
                    cpu: 100m
                    memory: 128Mi
                startupProbe:
                  failureThreshold: 30
                  httpGet:
                    path: /healthz/ready
                    port: 15021
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inputs/enable-core-dump.yaml.5.template.gen.yaml

                {{- end }}
                resources:
                  limits:
                    cpu: "2"
                    memory: 1Gi
                  requests:
                    cpu: 100m
                    memory: 128Mi
                startupProbe:
                  failureThreshold: 30
                  httpGet:
                    path: /healthz/ready
                    port: 15021
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inputs/hello-existing-cncf-networks-json.yaml.16.template.gen.yaml

                {{- end }}
                resources:
                  limits:
                    cpu: "2"
                    memory: 1Gi
                  requests:
                    cpu: 100m
                    memory: 128Mi
                startupProbe:
                  failureThreshold: 30
                  httpGet:
                    path: /healthz/ready
                    port: 15021
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top