Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 41 for Receive (0.42 sec)

  1. doc/go_spec.html

    </pre>
    
    
    <h3 id="Receive_operator">Receive operator</h3>
    
    <p>
    For an operand <code>ch</code> whose <a href="#Core_types">core type</a> is a
    <a href="#Channel_types">channel</a>,
    the value of the receive operation <code>&lt;-ch</code> is the value received
    from the channel <code>ch</code>. The channel direction must permit receive operations,
    and the type of the receive operation is the element type of the channel.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

            ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

            ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                "items": {
                  "allOf": [
                    {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

            ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                            the proportion of requests that would otherwise have been
                            routed to an invalid backend MUST receive a 500 status code.
                            \n For example, if two backends are specified with equal weights,
                            and one is invalid, 50 percent of traffic must receive a 500.
                            Implementations may choose how that 50 percent is determined.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__batch__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    }
    
    // MountPropagationMode describes mount propagation.
    // +enum
    type MountPropagationMode string
    
    const (
    	// MountPropagationNone means that the volume in a container will
    	// not receive new mounts from the host or other containers, and filesystems
    	// mounted inside the container won't be propagated to the host or other
    	// containers.
    	// Note that this mode corresponds to "private" in Linux terminology.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  9. pkg/apis/core/types.go

    	SubPathExpr string
    }
    
    // MountPropagationMode describes mount propagation.
    type MountPropagationMode string
    
    const (
    	// MountPropagationNone means that the volume in a container will
    	// not receive new mounts from the host or other containers, and filesystems
    	// mounted inside the container won't be propagated to the host or other
    	// containers.
    	// Note that this mode corresponds to "private" in Linux terminology.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  10. src/net/http/h2_bundle.go

    		}
    		if st == nil {
    			// "WINDOW_UPDATE can be sent by a peer that has sent a
    			// frame bearing the END_STREAM flag. This means that a
    			// receiver could receive a WINDOW_UPDATE frame on a "half
    			// closed (remote)" or "closed" stream. A receiver MUST
    			// NOT treat this as an error, see Section 5.1."
    			return nil
    		}
    		if !st.flow.add(int32(f.Increment)) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top