Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 905 for patching (0.31 sec)

  1. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/registry/impl/WatchableHierarchies.java

         */
        private FileHierarchySet watchableFiles = FileHierarchySet.empty();
    
        /**
         * Files in locations that do not support watching.
         *
         * Those are the mount points of file systems that do not support watching.
         */
        private FileHierarchySet unwatchableFiles = FileHierarchySet.empty();
    
        /**
         * Hierarchies in usage order, most recent first.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 17:02:39 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  2. pkg/controller/job/pod_failure_policy_test.go

    							},
    						},
    					},
    				},
    			},
    			wantJobFailureMessage: ptr.To("Container main-container for pod default/mypod failed with exit code 2 matching FailJob rule at index 1"),
    			wantCountFailed:       true,
    			wantAction:            &failJob,
    		},
    		"unknown action for rule matching by pod conditions - skip rule with unknown action": {
    			podFailurePolicy: &batch.PodFailurePolicy{
    				Rules: []batch.PodFailurePolicyRule{
    					{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  3. platforms/jvm/java-platform/src/test/java/org/gradle/internal/component/model/JavaEcosystemAttributeMatcherTest.groovy

        }
    
        /**
         * Gradle's process of attribute matching against configurations and their variants consists of two steps.
         * First, attribute matching is performed against the implicit variants of each consumable configuration.
         * Then, assuming attribute matching returns a single matched configuration, Gradle will then perform
         * attribute matching against each sub-variant (including the implicit) of the matched configuration.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  4. platforms/core-execution/file-watching/src/test/groovy/org/gradle/internal/watch/registry/impl/AbstractFileWatcherUpdaterTest.groovy

            when:
            buildFinished(Integer.MAX_VALUE, [unsupportedFileSystemMountPoint])
            then:
            !vfsHasSnapshotsAt(unwatchableContent)
            0 * _
        }
    
        def "starts watching unsupported file system when watching is enabled"() {
            def unsupportedFileSystemMountPoint = file("unsupported").createDir()
            def unwatchableContent = unsupportedFileSystemMountPoint.file("file.txt").createFile()
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 15:08:33 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/storage/interfaces.go

    		validateDeletion ValidateObjectFunc, cachedExistingObject runtime.Object) error
    
    	// Watch begins watching the specified key. Events are decoded into API objects,
    	// and any items selected by 'p' are sent down to returned watch.Interface.
    	// resourceVersion may be used to specify what version to begin watching,
    	// which should be the current resourceVersion, and no longer rv+1
    	// (e.g. reconnecting without missing any updates).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 07:53:48 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  6. subprojects/core/src/test/groovy/org/gradle/api/internal/DefaultNamedDomainObjectSetSpec.groovy

            container.add(bean1);
            container.add(bean2);
            container.add(bean3);
    
            then:
            container.matching(spec) as List == [bean2, bean3]
            container.matching(spec).findByName("a") == null
            container.matching(spec).findByName("b") == bean2
        }
    
        def canGetFilteredCollectionContainingAllObjectsWhichHaveType() {
            Bean bean1 = new Bean("a");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 01 08:21:31 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/type/DefaultArtifactTypeRegistryTest.groovy

            given:
            registry.create().create("aar")
    
            expect:
            registry.mapAttributesFor(attrs, []) == attrs
        }
    
        def "adds artifactType attribute but does not apply any mapping when no matching artifact type"() {
            def attrs = ImmutableAttributes.EMPTY
            def attrsPlusFormat = concat(attrs, ["artifactType": "jar"])
            def artifact = Stub(ComponentArtifactMetadata)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 11 14:43:17 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  8. platforms/core-execution/build-cache/src/main/java/org/gradle/caching/internal/controller/DefaultBuildCacheController.java

    import org.gradle.caching.internal.controller.operations.PackOperationDetails;
    import org.gradle.caching.internal.controller.operations.PackOperationResult;
    import org.gradle.caching.internal.controller.operations.UnpackOperationDetails;
    import org.gradle.caching.internal.controller.operations.UnpackOperationResult;
    import org.gradle.caching.internal.controller.service.BuildCacheLoadResult;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 08 08:29:47 UTC 2024
    - 14K bytes
    - Viewed (0)
  9. istioctl/pkg/describe/describe_test.go

    			args: strings.Split("service productpage", " "),
    			expectedOutput: `Service: productpage
    DestinationRule: productpage for "productpage"
       WARNING POD DOES NOT MATCH ANY SUBSETS.  (Non matching subsets v1)
       Matching subsets: 
          (Non-matching subsets v1)
       No Traffic Policy
    VirtualService: bookinfo
       Route to host "productpage" with weight 30%
       Route to host "productpage2" with weight 20%
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 09:54:01 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  10. pilot/pkg/model/proxy_config_test.go

    			defaultConfig: &meshconfig.ProxyConfig{Concurrency: v(2)},
    			proxy:         newMeta("bar", nil, nil),
    			expected:      &meshconfig.ProxyConfig{Concurrency: v(3)},
    		},
    		{
    			name: "workload matching CR takes precedence over namespace matching CR",
    			configs: []config.Config{
    				newProxyConfig("workload", "test-ns",
    					&v1beta1.ProxyConfig{
    						Selector: selector(map[string]string{
    							"test": "selector",
    						}),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 21 01:23:19 UTC 2023
    - 11.8K bytes
    - Viewed (0)
Back to top