Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for free1 (0.12 sec)

  1. CHANGELOG/CHANGELOG-1.27.md

      conntrack entries, sockets. This is achieved by reducing the `TIME-WAIT` state
      of the connection to 1 second, instead of the defaults 60 seconds. This allows
      kubelet to free the socket, and free conntrack entry and ephemeral port associated. ([#115143](https://github.com/kubernetes/kubernetes/pull/115143), [@aojea](https://github.com/aojea))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  2. prow/config/calico.yaml

                    type: string
                  allocations:
                    description: Array of allocations in-use within this block. nil entries
                      mean the allocation is free. For non-nil entries at index i, the
                      index is the ordinal of the allocation within this block and the
                      value is the index of the associated attributes in the Attributes
                      array.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.25.md

      This is achieved by reducing the TIME-WAIT state of the connection to 1 second, instead of the defaults 60 seconds. This allows kubelet to free the socket, and free conntrack entry and ephemeral port associated. ([#115143](https://github.com/kubernetes/kubernetes/pull/115143), [@aojea](https://github.com/aojea)) [SIG Network and Node]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    	// without restarting it, if possible. Kubernetes may however choose to
    	// restart the container if it is unable to actuate resize without a
    	// restart. For e.g. the runtime doesn't support restart-free resizing.
    	NotRequired ResourceResizeRestartPolicy = "NotRequired"
    	// 'RestartContainer' means Kubernetes will resize the container in-place
    	// by stopping and starting the container when new resources are applied.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. src/net/http/h2_bundle.go

    				break
    			}
    			cc.cond.Wait()
    		}
    	}()
    	http2shutdownEnterWaitStateHook()
    	select {
    	case <-done:
    		cc.closeConn()
    		return nil
    	case <-ctx.Done():
    		cc.mu.Lock()
    		// Free the goroutine above
    		cancelled = true
    		cc.cond.Broadcast()
    		cc.mu.Unlock()
    		return ctx.Err()
    	}
    }
    
    func (cc *http2ClientConn) sendGoAway() error {
    	cc.mu.Lock()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  6. doc/go_spec.html

    In a process of repeated simplification, the bound type parameters in each type
    argument are substituted with the respective type arguments for those type
    parameters until each type argument is free of bound type parameters.
    </p>
    
    <p>
    If type arguments contain cyclic references to themselves
    through bound type parameters, simplification and thus type
    inference fails.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  7. staging/src/k8s.io/api/core/v1/types.go

    	// without restarting it, if possible. Kubernetes may however choose to
    	// restart the container if it is unable to actuate resize without a
    	// restart. For e.g. the runtime doesn't support restart-free resizing.
    	NotRequired ResourceResizeRestartPolicy = "NotRequired"
    	// 'RestartContainer' means Kubernetes will resize the container in-place
    	// by stopping and starting the container when new resources are applied.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "items": {
                  "default": "",
                  "type": "string"
                },
                "type": "array",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  9. docs/en/docs/release-notes.md

    * 🐛 Fix overriding MKDocs theme lang in hook. PR [#10490](https://github.com/tiangolo/fastapi/pull/10490) by [@tiangolo](https://github.com/tiangolo).
    * 🔥 Drop/close Gitter chat. Questions should go to GitHub Discussions, free conversations to Discord.. PR [#10485](https://github.com/tiangolo/fastapi/pull/10485) by [@tiangolo](https://github.com/tiangolo).
    
    ## 0.104.0
    
    ## Features
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top