Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 157 for patching (0.73 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/DependenciesAttributesIntegrationTest.groovy

            repositoryInteractions {
                'org:test:1.0' {
                    expectGetMetadata()
                }
            }
            fails 'checkDeps'
    
            then:
            failure.assertHasCause("""No matching variant of org:test:1.0 was found. The consumer was configured to find a component for use during runtime, as well as attribute 'custom' with value 'c1' but:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 02:13:52 UTC 2024
    - 49.5K bytes
    - Viewed (0)
  2. cmd/kubelet/app/server.go

    		if err := flock.Acquire(s.LockFilePath); err != nil {
    			return fmt.Errorf("unable to acquire file lock on %q: %w", s.LockFilePath, err)
    		}
    		if s.ExitOnLockContention {
    			klog.InfoS("Watching for inotify events", "path", s.LockFilePath)
    			if err := watchForLockfileContention(s.LockFilePath, done); err != nil {
    				return err
    			}
    		}
    	}
    
    	// Register current configuration with /configz endpoint
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    			9090: {
    				Mode: auth.PeerAuthentication_MutualTLS_PERMISSIVE,
    			},
    		}
    	})
    	s.assertEvent(t, s.podXdsName("pod1"), s.podXdsName("pod2"), xdsConvertedPeerAuthSelector) // Matching pods receive an event
    	assert.Equal(t,
    		s.lookup(s.addrXdsName("127.0.0.1"))[0].Address.GetWorkload().AuthorizationPolicies,
    		[]string{fmt.Sprintf("ns1/%s", model.GetAmbientPolicyConfigName(model.ConfigKey{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java

                    return "value 3";
                  }
                },
                executor);
        Waiter step4Waiter = new Waiter();
        ClosingFuture<String> step4 =
            step3.catching(
                CancellationException.class,
                step4Waiter.waitFor(
                    new ClosingFunction<CancellationException, String>() {
                      @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 75.3K bytes
    - Viewed (0)
  5. pkg/apis/certificates/validation/validation_test.go

    		name string
    
    		// csr being validated
    		csr *capi.CertificateSigningRequest
    
    		// options that allow the csr to pass validation
    		lenientOpts certificateValidationOptions
    
    		// regexes matching expected errors when validating strictly
    		strictRegexes []regexp.Regexp
    
    		// expected errors (after filtering out errors matched by strictRegexes) when validating strictly
    		strictErrs []string
    	}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 61K bytes
    - Viewed (0)
  6. internal/bucket/lifecycle/lifecycle_test.go

    			},
    			hasRules: false,
    		},
    		{ // PUT version with no matching tags
    			lc: Lifecycle{
    				Rules: []Rule{
    					rules[0],
    				},
    			},
    			opts: ObjectOpts{
    				IsLatest: true,
    				Name:     "obj-1",
    				Size:     1 * humanize.MiByte,
    			},
    			hasRules: false,
    		},
    		{ // PUT version with matching tags
    			lc: Lifecycle{
    				Rules: []Rule{
    					rules[0],
    				},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 01:12:48 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  7. pkg/workloadapi/workload.pb.go

    	// that match less (or, eventually, none) preferences.
    	// For instance, with `[NETWORK, REGION, ZONE]`, we will send to:
    	// 1. Endpoints matching `[NETWORK, REGION, ZONE]`
    	// 2. Endpoints matching `[NETWORK, REGION]`
    	// 3. Endpoints matching `[NETWORK]`
    	// 4. Any endpoints
    	LoadBalancing_FAILOVER LoadBalancing_Mode = 2
    )
    
    // Enum value maps for LoadBalancing_Mode.
    var (
    	LoadBalancing_Mode_name = map[int32]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    
    [[sec:cunit_sources]]
    === CUnit sources
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java

                    return "value 3";
                  }
                },
                executor);
        Waiter step4Waiter = new Waiter();
        ClosingFuture<String> step4 =
            step3.catching(
                CancellationException.class,
                step4Waiter.waitFor(
                    new ClosingFunction<CancellationException, String>() {
                      @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 75.3K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/route/route.go

    // Called for each port to determine the list of vhosts on the given port.
    // It may return an empty list if no VirtualService rule has a matching service.
    func buildSidecarVirtualHostsForVirtualService(
    	node *model.Proxy,
    	virtualService config.Config,
    	serviceRegistry map[host.Name]*model.Service,
    	hashByDestination DestinationHashMap,
    	listenPort int,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
Back to top