Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for Receive (0.14 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 (1)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"tty":                      "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.",
    }
    
    func (Container) SwaggerDoc() map[string]string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.proto

      // at which time stdin is closed and remains closed until the container is restarted. If this
      // flag is false, a container processes that reads from stdin will never receive an EOF.
      // Default is false
      // +optional
      optional bool stdinOnce = 17;
    
      // Whether this container should allocate a TTY for itself, also requires 'stdin' to be true.
      // Default is false.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.28.md

    - `KMSv1` is deprecated and will only receive security updates going forward. Use `KMSv2` instead. In a future release, Set `--feature-gates=KMSv1=true` to use the deprecated KMSv1 feature. ([#119007](https://github.com/kubernetes/kubernetes/pull/119007), [@aramase](https://github.com/aramase))...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  9. CHANGELOG/CHANGELOG-1.29.md

    - Sidecar termination is now serialized and each sidecar container will receive a `SIGTERM` after all main containers and later starting sidecar containers have terminated. ([#120620](https://github.com/kubernetes/kubernetes/pull/120620), [@tzneal](https://github.com/tzneal))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  10. prow/config/calico.yaml

                    type: string
                  bpfDisableGROForIfaces:
                    description: BPFDisableGROForIfaces is a regular expression that controls
                      which interfaces Felix should disable the Generic Receive Offload
                      [GRO] option.  It should not match the workload interfaces (usually
                      named cali...).
                    type: string
                  bpfDisableUnprivileged:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
Back to top