Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 308 for wiping (0.1 sec)

  1. pkg/registry/core/service/strategy.go

    // is contemplating copying this pattern should think REALLY hard about almost
    // any other option.
    func dropTypeDependentFields(newSvc *api.Service, oldSvc *api.Service) {
    	// For now we are only wiping on updates.  This minimizes potential
    	// confusion since many of the cases we are handling here are pretty niche.
    	if oldSvc == nil {
    		return
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 13:09:36 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. platforms/core-execution/execution-e2e-tests/src/integTest/groovy/org/gradle/integtests/ParallelProjectExecutionIntegrationTest.groovy

            buildFile << """
                tasks.getByPath(':c:ping').dependsOn ":a:ping", ":b:ping"
                tasks.getByPath(':d:ping').finalizedBy ":c:ping"
            """
    
            expect:
            blockingServer.expect(':d:ping')
            blockingServer.expectConcurrent(':a:ping', ':b:ping')
            blockingServer.expect(':c:ping')
    
            run 'd:ping'
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 10:15:40 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/api/services/BuildServiceParallelExecutionIntegrationTest.groovy

                }
    
                allprojects {
                    ping.usesService(service)
                }
            """
    
            expect:
            blockingServer.expectConcurrent(2, "a", "b", "c")
    
            run ":a:ping", ":b:ping", ":c:ping"
    
            blockingServer.expectConcurrent(2, "a", "b", "c")
    
            run ":a:ping", ":b:ping", ":c:ping"
        }
    
        @ToBeFixedForIsolatedProjects(because = "allprojects")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 11:16:24 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  4. docs/distributed/SIZING.md

    # Erasure code sizing guide
    
    ## Toy Setups
    
    Capacity constrained environments, MinIO will work but not recommended for production.
    
    | servers | drives (per node) | stripe_size | parity chosen (default) | tolerance for reads (servers) | tolerance for writes (servers) |
    |--------:|------------------:|------------:|------------------------:|------------------------------:|-------------------------------:|
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Aug 15 23:04:20 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/img/writing-tasks-5.png

    writing-tasks-5.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 101.1K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/img/writing-tasks-7.png

    writing-tasks-7.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 00:13:54 UTC 2024
    - 69.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/img/writing-tasks-2.png

    writing-tasks-2.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 23:21:15 UTC 2024
    - 70.4K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/img/writing-tasks-4.png

    writing-tasks-4.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/img/writing-tasks-1.png

    writing-tasks-1.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 23:21:15 UTC 2024
    - 136.1K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/img/writing-tasks-3.png

    writing-tasks-3.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 212.2K bytes
    - Viewed (0)
Back to top