Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for findMin (0.2 sec)

  1. CHANGELOG/CHANGELOG-1.10.md

    * Fixes bug finding master replicas in GCE when running multiple Kubernetes clusters. ([#58561](https://github.com/kubernetes/kubernetes/pull/58561), [@jesseshieh](https://github.com/jesseshieh))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.18.md

    - `kubectl create clusterrolebinding` creates rbac.authorization.k8s.io/v1 object ([#85889](https://github.com/kubernetes/kubernetes/pull/85889), [@oke-py](https://github.com/oke-py)) [SIG CLI]
    - `kubectl diff` now returns 1 only on diff finding changes, and >1 on kubectl errors. The "exit status code 1" message has also been muted. ([#87437](https://github.com/kubernetes/kubernetes/pull/87437), [@apelisse](https://github.com/apelisse)) [SIG CLI and Testing]
    
    ## Dependencies
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.21.md

      - Clone `kubernetes/kubernetes` in `update-vendor.sh` shallowly, instead of fetching all revisions
      - Speed up binpacking by reducing the number of PreFilter calls (call once per pod instead of #pods*#nodes times)
      - Speed up finding unneeded nodes by 5x+ in very large clusters by reducing the number of PreFilter calls
      - Expose `--max-nodes-total` as a metric
      - Errors in `IncreaseSize` changed from type `apiError` to `cloudProviderError`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.20.md

      - Clone `kubernetes/kubernetes` in `update-vendor.sh` shallowly, instead of fetching all revisions
      - Speed up binpacking by reducing the number of PreFilter calls (call once per pod instead of #pods*#nodes times)
      - Speed up finding unneeded nodes by 5x+ in very large clusters by reducing the number of PreFilter calls
      - Expose `--max-nodes-total` as a metric
      - Errors in `IncreaseSize` changed from type `apiError` to `cloudProviderError`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  5. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    n){let o=Z.extname(s).slice(1);r.push({file:s,extension:o})}return[r,a]}function FC(i,e){let t=i.map(s=>s.pattern),r=new Map,n=new Set;Pe.DEBUG&&console.time("Finding changed files");let a=En.sync(t,{absolute:!0});for(let s of a){let o=e.get(s)||-1/0,u=te.statSync(s).mtimeMs;u>o&&(n.add(s),r.set(s,u))}return Pe.DEBUG&&console.timeEnd("Finding changed files"),[n,r]}var ah=C(()=>{l();je();gt();Jd();Xd();Kd();rh();ot()});function oh(){}var lh=C(()=>{l()});function jC(i,e){for(let t of e){let r=`${i}$...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/core/v1/generated.proto

      // Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes.
      // The resourceRequirements of an init container are taken into account during scheduling
      // by finding the highest request/limit for each resource type, and then using the max of
      // of that value or the sum of the normal containers. Limits are applied to init containers
      // in a similar fashion.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/generated.proto

      // Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes.
      // The resourceRequirements of an init container are taken into account during scheduling
      // by finding the highest request/limit for each resource type, and then using the max of
      // of that value or the sum of the normal containers. Limits are applied to init containers
      // in a similar fashion.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  9. src/net/http/h2_bundle.go

    	// Control and RST_STREAM frames first.
    	if !ws.zero.empty() {
    		return ws.zero.shift(), true
    	}
    	// Iterate over all non-idle streams until finding one that can be consumed.
    	for streamID, q := range ws.sq {
    		if wr, ok := q.consume(math.MaxInt32); ok {
    			if q.empty() {
    				delete(ws.sq, streamID)
    				ws.queuePool.put(q)
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types.go

    	// Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes.
    	// The resourceRequirements of an init container are taken into account during scheduling
    	// by finding the highest request/limit for each resource type, and then using the max of
    	// of that value or the sum of the normal containers. Limits are applied to init containers
    	// in a similar fashion.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top