Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for pfxload (0.15 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. CHANGELOG/CHANGELOG-1.16.md

            * At Request audit level or higher, an annotation with key "patch.webhook.admission.k8s.io/round_{round idx}_index_{order idx}" get logged with the JSON payload logging the patch sent by a webhook for given request.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
  8. 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)
  9. CHANGELOG/CHANGELOG-1.17.md

      network plugins which was first widely noticed in 1.16 (though some users saw it
      earlier than that, possibly only with specific network plugins). If you were previously
      using ethtool to disable checksum offload on your primary network interface, you should
      now be able to stop doing that. ([#92035](https://github.com/kubernetes/kubernetes/pull/92035), [@danwinship](https://github.com/danwinship)) [SIG Network and Node]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (0)
  10. 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)
Back to top