Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 38 for done2 (0.07 sec)

  1. src/net/http/h2_bundle.go

    }
    
    // replyToWriter sends err to wr.done and panics if the send must block
    // This does nothing if wr.done is nil.
    func (wr *http2FrameWriteRequest) replyToWriter(err error) {
    	if wr.done == nil {
    		return
    	}
    	select {
    	case wr.done <- err:
    	default:
    		panic(fmt.Sprintf("unbuffered done channel passed in for type %T", wr.write))
    	}
    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. common-protos/k8s.io/api/core/v1/generated.proto

      // +-------+-------+-------+
      // | zone1 | zone2 | zone3 |
      // +-------+-------+-------+
      // |  P P  |  P P  |   P   |
      // +-------+-------+-------+
      // - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 2/2/2;
      // scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2)
      // violate MaxSkew(1).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// In this case, the global minimum is 1.
    	// +-------+-------+-------+
    	// | zone1 | zone2 | zone3 |
    	// +-------+-------+-------+
    	// |  P P  |  P P  |   P   |
    	// +-------+-------+-------+
    	// - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 2/2/2;
    	// scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2)
    	// violate MaxSkew(1).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

      // +-------+-------+-------+
      // | zone1 | zone2 | zone3 |
      // +-------+-------+-------+
      // |  P P  |  P P  |   P   |
      // +-------+-------+-------+
      // - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 2/2/2;
      // scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2)
      // violate MaxSkew(1).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    	// In this case, the global minimum is 1.
    	// +-------+-------+-------+
    	// | zone1 | zone2 | zone3 |
    	// +-------+-------+-------+
    	// |  P P  |  P P  |   P   |
    	// +-------+-------+-------+
    	// - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 2/2/2;
    	// scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2)
    	// violate MaxSkew(1).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.13.md

    work-in-progress for removing the in-tree provider. This work, being done in conjunction with SIG Cloud Provider, is focusing on moving internal APIs that the OpenStack (and other providers) depends upon to staging to guarantee API stability. This work also included abstracting the in-tree Cinder API and refactoring code to the external Cinder provider to remove additional Cinder volume provider code.
    
    Additional work was also done to implement an OpenStack driver for the Cluster API effort lead...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    class ConvertBatchMatMulV2Op : public OpRewritePattern<TF::BatchMatMulV2Op> {
     public:
      // TODO(hinsu): Legalize this op to Einsum op. HLO Einsum op needs to be moved
      // to CHLO and it is missing legalization to MHLO. Once that is done, this
      // pattern's benefit can be changed back to one as well as the fallback
      // lowering pattern for the op can be removed.
      //
      // Set benefit of this pattern to zero to prefer the fallback pattern when
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__batch__v1_openapi.json

    example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 2/2/1: In this case, the global minimum is 1. | zone1 | zone2 | zone3 | |  P P  |  P P  |   P   | - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 2/2/2; scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2) violate MaxSkew(1). - if MaxSkew is 2, incoming pod can be scheduled onto any zone. When `whenUnsatisfiable=ScheduleAnyway`, it is used to give higher...
    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. prow/config/calico.yaml

                    type: string
                  iptablesPostWriteCheckInterval:
                    description: 'IptablesPostWriteCheckInterval is the period after Felix
                      has done a write to the dataplane that it schedules an extra read
                      back in order to check the write was not clobbered by another process.
                      This should only occur if another application on the system doesn''t
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  10. docs/en/docs/release-notes.md

    That means that, for example, to apply authentication to all the *path operations* in a router it would end up being done in a different file, instead of keeping related logic together.
    
    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