Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,806 for fulfil (0.1 sec)

  1. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    		existingPods              []*v1.Pod
    		wantStatusCode            map[string]framework.Code
    		enableNodeInclusionPolicy bool
    	}{
    		{
    			// 1. to fulfil "zone" constraint, incoming pod can be placed on any zone (hence any node)
    			// 2. to fulfil "node" constraint, incoming pod can be placed on node-x
    			// intersection of (1) and (2) returns node-x
    			name: "two Constraints on zone and node, spreads = [3/3, 2/1/0/3]",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
  2. cmd/kube-controller-manager/app/controllermanager.go

    func NewControllerDescriptors() map[string]*ControllerDescriptor {
    	controllers := map[string]*ControllerDescriptor{}
    	aliases := sets.NewString()
    
    	// All the controllers must fulfil common constraints, or else we will explode.
    	register := func(controllerDesc *ControllerDescriptor) {
    		if controllerDesc == nil {
    			panic("received nil controller for a registration")
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 13:03:53 UTC 2024
    - 37.5K bytes
    - Viewed (0)
  3. guava/src/com/google/common/math/Quantiles.java

        // array[mid] <= array[from] <= array[to]. We know that from < to, so we know mid < to
        // (although it's possible that mid == from, if to == from + 1). Note that the postcondition
        // would be impossible to fulfil if mid == to unless we also have array[from] == array[to].
        boolean toLessThanMid = (array[to] < array[mid]);
        boolean midLessThanFrom = (array[mid] < array[from]);
        boolean toLessThanFrom = (array[to] < array[from]);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 12 17:02:53 UTC 2023
    - 29.9K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/math/Quantiles.java

        // array[mid] <= array[from] <= array[to]. We know that from < to, so we know mid < to
        // (although it's possible that mid == from, if to == from + 1). Note that the postcondition
        // would be impossible to fulfil if mid == to unless we also have array[from] == array[to].
        boolean toLessThanMid = (array[to] < array[mid]);
        boolean midLessThanFrom = (array[mid] < array[from]);
        boolean toLessThanFrom = (array[to] < array[from]);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 12 17:02:53 UTC 2023
    - 29.9K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    - The configuration cache does not support all <<configuration_cache#config_cache:plugins:core, core Gradle plugins>> and <<configuration_cache#config_cache:not_yet_implemented, features>>. Full support is a work in progress.
    - Your build and the plugins you depend on might require changes to fulfil the <<configuration_cache#config_cache:requirements, requirements>>.
    - IDE imports and syncs do not yet use the configuration cache.
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/jvm/building_java_projects.adoc

    You can see a complete example for setting up integration tests in the <<java_testing.adoc#sec:configuring_java_integration_tests,Java testing chapter>>. You can set up other source sets that fulfil different roles in the same way. The question then becomes: when should you define a custom source set?
    
    To answer that question, consider whether the sources:
    
     1. Need to be compiled with a unique classpath
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.1K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/kube/controller/ambient/testdata/allow-full.yaml

    John Howard <******@****.***> 1709232034 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/test/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/test-full.xml

    Tom Tresansky <******@****.***> 1696954098 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/valid/http-redirect-rewrite/httproute-redirect-full.yaml

    Alexander Zielenski <******@****.***> 1697824555 -0700
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 485 bytes
    - Viewed (0)
  10. releasenotes/notes/full-push-regression.yaml

    John Howard <******@****.***> 1662986093 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 12 12:34:53 UTC 2022
    - 213 bytes
    - Viewed (0)
Back to top