Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 990 for fulfil (0.3 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. 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)
  4. 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)
  5. 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)
  6. releasenotes/notes/xds-partial-full.yaml

    deterclosed <******@****.***> 1711183043 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 23 08:37:23 UTC 2024
    - 317 bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/kube/controller/ambient/testdata/allow-full-in.yaml

    John Howard <******@****.***> 1709232034 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - 4K bytes
    - Viewed (0)
  8. pilot/pkg/security/authz/builder/testdata/http/allow-full-rule-in.yaml

    Jackie Elliott <******@****.***> 1713578333 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 20 01:58:53 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  9. pilot/pkg/security/authz/builder/testdata/http/allow-full-rule-out.yaml

    Jackie Elliott <******@****.***> 1713578333 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 20 01:58:53 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  10. pilot/pkg/security/authz/builder/testdata/http/extended-allow-full-rule-out.yaml

    Kuat <******@****.***> 1714759362 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 18:02:42 UTC 2024
    - 39K bytes
    - Viewed (0)
Back to top