Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for 1000Mi (0.11 sec)

  1. pkg/kubelet/cm/memorymanager/policy_static_test.go

    	requirementsGuaranteed = &v1.ResourceRequirements{
    		Limits: v1.ResourceList{
    			v1.ResourceCPU:    resource.MustParse("1000Mi"),
    			v1.ResourceMemory: resource.MustParse("1Gi"),
    			hugepages1Gi:      resource.MustParse("1Gi"),
    		},
    		Requests: v1.ResourceList{
    			v1.ResourceCPU:    resource.MustParse("1000Mi"),
    			v1.ResourceMemory: resource.MustParse("1Gi"),
    			hugepages1Gi:      resource.MustParse("1Gi"),
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 05:49:15 UTC 2023
    - 100.4K bytes
    - Viewed (0)
  2. pkg/kubelet/eviction/helpers_test.go

    				evictionapi.SignalMemoryAvailable: signalObservation{
    					available: quantityMustParse("100Mi"),
    					capacity:  quantityMustParse("1000Mi"),
    				},
    				evictionapi.SignalNodeFsAvailable: signalObservation{
    					available: quantityMustParse("100Gi"),
    					capacity:  quantityMustParse("1000Gi"),
    				},
    			},
    			result: specificThresholds,
    		},
    		"NoneMet": {
    			enforceMinRelaim: false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  3. pkg/proxy/nftables/proxier_test.go

    		add rule ip kube-proxy service-42NFTM6N-ns2/svc2/tcp/p80 numgen random mod 1 vmap { 0 : goto endpoint-SGOXE6O3-ns2/svc2/tcp/p80__10.180.0.2/80 }
    		add chain ip kube-proxy external-42NFTM6N-ns2/svc2/tcp/p80
    		add rule ip kube-proxy external-42NFTM6N-ns2/svc2/tcp/p80 ip saddr 10.0.0.0/8 goto service-42NFTM6N-ns2/svc2/tcp/p80 comment "short-circuit pod traffic"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  4. pkg/apis/batch/validation/validation_test.go

    					Template:             validPodTemplateSpecForGenerated,
    				},
    			},
    			opts: JobValidationOptions{RequirePrefixedLabels: true},
    		},
    		"spec.maxFailedIndexes: Invalid value: 100001: must be less than or equal to 100000": {
    			job: batch.Job{
    				ObjectMeta: validJobObjectMeta,
    				Spec: batch.JobSpec{
    					Completions:          pointer.Int32(100_001),
    					BackoffLimitPerIndex: pointer.Int32(1),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  5. cmd/bucket-replication.go

    		lrgworkers:      make([]chan ReplicationWorkerOperation, 0, LargeWorkerCount),
    		mrfReplicaCh:    make(chan ReplicationWorkerOperation, 100000),
    		mrfWorkerKillCh: make(chan struct{}, failedWorkers),
    		resyncer:        newresyncer(),
    		mrfSaveCh:       make(chan MRFReplicateEntry, 100000),
    		mrfStopCh:       make(chan struct{}, 1),
    		ctx:             ctx,
    		objLayer:        o,
    		priority:        priority,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"type(self.val1) == google.protobuf.Timestamp",
    			},
    			errors: map[string]string{
    				"timestamp('1000-00-00T00:00:00Z')":  "compilation failed: ERROR: <input>:1:11: invalid timestamp",
    				"timestamp('1000-01-01T00:00:00ZZ')": "compilation failed: ERROR: <input>:1:11: invalid timestamp",
    				"timestamp(-62135596801)":            "compilation failed: ERROR: <input>:1:11: invalid timestamp",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  7. cluster/gce/util.sh

    # - NUM_MIGS
    # - NUM_WINDOWS_MIGS
    function set_num_migs() {
      local defaulted_max_instances_per_mig=${MAX_INSTANCES_PER_MIG:-1000}
    
      if [[ ${defaulted_max_instances_per_mig} -le "0" ]]; then
        echo "MAX_INSTANCES_PER_MIG cannot be negative. Assuming default 1000"
        defaulted_max_instances_per_mig=1000
      fi
      export NUM_MIGS=$(((NUM_NODES + defaulted_max_instances_per_mig - 1) / defaulted_max_instances_per_mig))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  8. cmd/admin-handlers.go

    	// expected in case of read timeout
    	w.Header().Set("Connection", "close")
    
    	setEventStreamHeaders(w)
    
    	logCh := make(chan log.Info, 1000)
    	peers, _ := newPeerRestClients(globalEndpoints)
    	encodedCh := make(chan []byte, 1000+len(peers)*1000)
    	err = globalConsoleSys.Subscribe(logCh, ctx.Done(), node, limitLines, logKind, nil)
    	if err != nil {
    		writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, err), r.URL)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  9. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    	"k8s.io/utils/pointer"
    )
    
    const (
    	testNodeMonitorGracePeriod = 40 * time.Second
    	testNodeStartupGracePeriod = 60 * time.Second
    	testNodeMonitorPeriod      = 5 * time.Second
    	testRateLimiterQPS         = float32(100000)
    	testLargeClusterThreshold  = 20
    	testUnhealthyThreshold     = float32(0.55)
    )
    
    func alwaysReady() bool { return true }
    
    func fakeGetPodsAssignedToNode(c *fake.Clientset) func(string) ([]*v1.Pod, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  10. src/net/http/serve_test.go

    			return
    		}
    		defer conn.Close()
    		_, err = conn.Write([]byte("POST / HTTP/1.1\r\nConnection: close\r\nHost: foo\r\nContent-Length: 100000\r\n\r\n"))
    		if err != nil {
    			errCh <- err
    			return
    		}
    		// And now just block, making the server block on our
    		// 100000 bytes of body that will never arrive.
    		<-closeConn
    	}()
    	select {
    	case err := <-readErrCh:
    		if err == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
Back to top