Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 84 for downstream (0.16 sec)

  1. platforms/documentation/docs/build.gradle

            }
    
            compositeBuildsDeclaredSubstitutions {
                sampleDirectory = samplesRoot.dir("build-organization/composite-builds/declared-substitution")
                description = "Applying and testing changes in downstream dependencies without publishing."
                category = "Build organization"
            }
    
            compositeBuildsHierarchicalMultirepo {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 15:37:11 UTC 2024
    - 42K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_builder.go

    	// gateway want this behavior, they can configure UseClientProtocol explicitly.
    	if cb.sidecarProxy() && port.Protocol.IsUnsupported() {
    		// Use downstream protocol. If the incoming traffic use HTTP 1.1, the
    		// upstream cluster will use HTTP 1.1, if incoming traffic use HTTP2,
    		// the upstream cluster will use HTTP2.
    		cb.setUseDownstreamProtocol(cluster)
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 31.6K bytes
    - Viewed (0)
  3. cmd/kube-controller-manager/app/controllermanager.go

    // NewControllerDescriptors is a public map of named controller groups (you can start more than one in an init func)
    // paired to their ControllerDescriptor wrapper object that includes InitFunc.
    // This allows for structured downstream composition and subdivision.
    func NewControllerDescriptors() map[string]*ControllerDescriptor {
    	controllers := map[string]*ControllerDescriptor{}
    	aliases := sets.NewString()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 13:03:53 UTC 2024
    - 37.5K bytes
    - Viewed (0)
  4. pkg/controller/garbagecollector/graph_builder.go

    	{Group: eventv1.GroupName, Resource: "events"}: {},
    }
    
    // DefaultIgnoredResources returns the default set of resources that the garbage collector controller
    // should ignore. This is exposed so downstream integrators can have access to the defaults, and add
    // to them as necessary when constructing the controller.
    func DefaultIgnoredResources() map[schema.GroupResource]struct{} {
    	return ignoredResources
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeState.java

         * {@link #versionProvidedByAncestors(DependencyState)} is true for that module.
         *
         * The result of this method is stored in the 'ancestorsStrictVersionConstraints' field for consumption by downstream nodes.
         *
         * Since the most common case it that there is only one incoming edge, this case is handled first and, if possible,
         * the method returns early.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 58.9K bytes
    - Viewed (0)
  6. src/net/http/transfer.go

    	// the message MUST first remove the received Content-Length field and process
    	// the Transfer-Encoding (as described below) prior to forwarding the message downstream."
    	//
    	// Chunked-encoding requests with either valid Content-Length
    	// headers or no Content-Length headers are accepted after removing
    	// the Content-Length field from header.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 22:14:00 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/cluster_test.go

    				if httpProtocolOptions.GetUseDownstreamProtocolConfig() == nil {
    					t.Errorf("Expected cluster to use downstream protocol but got %v", httpProtocolOptions)
    				}
    			} else {
    				if httpProtocolOptions.GetUseDownstreamProtocolConfig() != nil {
    					t.Errorf("Expected cluster to not to use downstream protocol but got %v", httpProtocolOptions)
    				}
    			}
    
    			// Verify that the values were set correctly.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  8. tests/integration/pilot/common/routing.go

    ---
    ` + httpVirtualServiceTmpl,
    		opts: echo.CallOptions{
    			Count: 1,
    			Port: echo.Port{
    				Protocol: protocol.HTTP,
    			},
    			HTTP: echo.HTTP{
    				// In real world, this may be set by a downstream LB that terminates the TLS
    				Headers: headers.New().With(headers.XForwardedProto, "https").Build(),
    			},
    			Check: check.OK(),
    		},
    		setupOpts: fqdnHostHeader,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  9. cmd/object-api-utils.go

    	p.Reader = encReader
    	p.sealMD5Fn = sealETagFn(*objEncKey)
    	return p, nil
    }
    
    // NewPutObjReader returns a new PutObjReader. It uses given hash.Reader's
    // MD5Current method to construct md5sum when requested downstream.
    func NewPutObjReader(rawReader *hash.Reader) *PutObjReader {
    	return &PutObjReader{Reader: rawReader, rawReader: rawReader}
    }
    
    func sealETag(encKey crypto.ObjectKey, md5CurrSum []byte) []byte {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/stablehlo/transforms/compose_uniform_quantized_type_pass.cc

        if (failed(MatchQuantizedOperand(op.getOperand(1)))) {
          LLVM_DEBUG(llvm::dbgs()
                     << "Failed to match quantized operand pattern for RHS.\n");
          return failure();
        }
    
        // Go downstream from `op`.
        // * s1 s2
        auto output_i32_to_f32_convert_op = TryCast<stablehlo::ConvertOp>(
            *op.getResult().user_begin(), /*name=*/"output_i32_to_f32_convert_op");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top