Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for prlimit (0.39 sec)

  1. api/openapi-spec/v3/apis__networking.k8s.io__v1alpha1_openapi.json

    whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 196.5K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__scheduling.k8s.io__v1_openapi.json

    whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 116.6K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__certificates.k8s.io__v1alpha1_openapi.json

    whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 119K bytes
    - Viewed (0)
  4. pkg/controller/job/job_controller_test.go

    				if err == nil {
    					t.Error("Syncing jobs expected to return error on podControl exception")
    				}
    			} else if tc.podLimit != 0 && fakePodControl.CreateCallCount > tc.podLimit {
    				if err == nil {
    					t.Error("Syncing jobs expected to return error when reached the podControl limit")
    				}
    			} else if err != nil {
    				t.Errorf("Unexpected error when syncing jobs: %v", err)
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          },
          "funding": {
            "url": "https://github.com/sponsors/sindresorhus"
          }
        },
        "node_modules/eslint/node_modules/p-limit": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
          "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
          "dev": true,
          "dependencies": {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  6. pkg/apis/batch/validation/validation_test.go

    				},
    			},
    			opts: JobValidationOptions{RequirePrefixedLabels: true},
    		},
    		"spec.parallelism: Invalid value: 50000: must be less than or equal to 10000 when completions are above 100000 and used with backoff limit per index": {
    			job: batch.Job{
    				ObjectMeta: validJobObjectMeta,
    				Spec: batch.JobSpec{
    					Completions:          pointer.Int32(100_001),
    					Parallelism:          pointer.Int32(50_000),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  7. cluster/gce/gci/configure-helper.sh

    # copy the file to the manifest dir
    # $1: value for variable 'suffix'
    # $2: value for variable 'port'
    # $3: value for variable 'server_port'
    # $4: value for variable 'cpulimit'
    # $5: pod name, which should be either etcd or etcd-events
    function prepare-etcd-manifest {
      local host_name=${ETCD_HOSTNAME:-$(hostname -s)}
    
      local resolve_host_script_py='
    import socket
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet_pods.go

    		}
    		// Convert Limits
    		if container.Resources.Limits != nil {
    			limits = make(v1.ResourceList)
    			if cStatus.Resources != nil && cStatus.Resources.CPULimit != nil {
    				limits[v1.ResourceCPU] = cStatus.Resources.CPULimit.DeepCopy()
    			} else {
    				determineResource(v1.ResourceCPU, container.Resources.Limits, oldStatus.Resources.Limits, limits)
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  9. pkg/controller/podautoscaler/horizontal_test.go

    			hpaMaxReplicas:                   10,
    			expectedConvertedDesiredReplicas: 10,
    			expectedCondition:                "TooManyReplicas",
    			annotation:                       "maxReplicas is the limit because maxReplicas < scaleUpLimit",
    		},
    		{
    			currentReplicas:                  3,
    			expectedDesiredReplicas:          1000,
    			hpaMinReplicas:                   1,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  10. pkg/kubelet/eviction/helpers_test.go

    					AvailableBytes: &containerFsAvailableBytes,
    					CapacityBytes:  &containerFsCapacityBytes,
    					InodesFree:     &containerFsInodesFree,
    					Inodes:         &containerFsInodes,
    				},
    			},
    			Rlimit: &statsapi.RlimitStats{
    				MaxPID:                &maxPID,
    				NumOfRunningProcesses: &numberOfRunningProcesses,
    			},
    			Fs: &statsapi.FsStats{
    				AvailableBytes: &nodeFsAvailableBytes,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
Back to top