Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for pfxload (0.17 sec)

  1. src/net/http/h2_bundle.go

    	var padSize byte
    	if fh.Flags.Has(http2FlagDataPadded) {
    		var err error
    		payload, padSize, err = http2readByte(payload)
    		if err != nil {
    			countError("frame_data_pad_byte_short")
    			return nil, err
    		}
    	}
    	if int(padSize) > len(payload) {
    		// If the length of the padding is greater than the
    		// length of the frame payload, the recipient MUST
    		// treat this as a connection error.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. prow/config/calico.yaml

                  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)
  3. common-protos/k8s.io/api/core/v1/generated.proto

    message NodeConfigStatus {
      // Assigned reports the checkpointed config the node will try to use.
      // When Node.Spec.ConfigSource is updated, the node checkpoints the associated
      // config payload to local disk, along with a record indicating intended
      // config. The node refers to this record to choose its config checkpoint, and
      // reports this record in Assigned. Assigned only updates in the status after
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    type NodeConfigStatus struct {
    	// Assigned reports the checkpointed config the node will try to use.
    	// When Node.Spec.ConfigSource is updated, the node checkpoints the associated
    	// config payload to local disk, along with a record indicating intended
    	// config. The node refers to this record to choose its config checkpoint, and
    	// reports this record in Assigned. Assigned only updates in the status after
    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. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"active":        "Active...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

    message NodeConfigStatus {
      // Assigned reports the checkpointed config the node will try to use.
      // When Node.Spec.ConfigSource is updated, the node checkpoints the associated
      // config payload to local disk, along with a record indicating intended
      // config. The node refers to this record to choose its config checkpoint, and
      // reports this record in Assigned. Assigned only updates in the status after
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    type NodeConfigStatus struct {
    	// Assigned reports the checkpointed config the node will try to use.
    	// When Node.Spec.ConfigSource is updated, the node checkpoints the associated
    	// config payload to local disk, along with a record indicating intended
    	// config. The node refers to this record to choose its config checkpoint, and
    	// reports this record in Assigned. Assigned only updates in the status after
    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. docs/en/docs/release-notes.md

    * 👥 Update FastAPI People. PR [#9181](https://github.com/tiangolo/fastapi/pull/9181) by [@github-actions[bot]](https://github.com/apps/github-actions).
    * 🔊 Log GraphQL errors in FastAPI People, because it returns 200, with a payload with an error. PR [#9171](https://github.com/tiangolo/fastapi/pull/9171) by [@tiangolo](https://github.com/tiangolo).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.28.md

    - Kube-proxy service health returns http header `X-Load-Balancing-Endpoint-Weight` with number of local endpoints. The same information is still available in response body JSON `payload.LocalEndpoints`. ([#118999](https://github.com/kubernetes/kubernetes/pull/118999), [@cezarygerard](https://github.com/cezarygerard))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
Back to top