Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 412 for patched (0.17 sec)

  1. pilot/pkg/bootstrap/sidecarinjector.go

    	}
    	// Patch cert if a webhook config name is provided.
    	// This requires RBAC permissions - a low-priv Istiod should not attempt to patch but rely on
    	// operator or CI/CD
    	if features.InjectionWebhookConfigName != "" {
    		s.addStartFunc("injection patcher", func(stop <-chan struct{}) error {
    			// No leader election - different istiod revisions will patch their own cert.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 04 20:39:38 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. subprojects/core-api/src/main/java/org/gradle/normalization/MetaInfNormalization.java

         *
         * @since 6.6
         */
        void ignoreAttribute(String name);
    
        /**
         * Ignore keys in properties files stored in {@code META-INF} within archives matching {@code name}. {@code name} is matched case-sensitively with the property key.
         *
         * @since 6.6
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 15 18:10:29 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/artifact/BrokenResolvedArtifactSet.java

     */
    
    package org.gradle.api.internal.artifacts.ivyservice.resolveengine.artifact;
    
    /**
     * Represents an artifact that failed to resolve, for instance, no variant matched the requested attributes or
     * multiple variants matched the selected artifacts.
     */
    public class BrokenResolvedArtifactSet extends AbstractFailedResolvedArtifactSet {
    
        public BrokenResolvedArtifactSet(Throwable failure) {
            super(failure);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 1K bytes
    - Viewed (0)
  4. pkg/config/analysis/msg/generate.main.go

    func validate(ms *messages) error {
    	codes := make(map[string]bool)
    	names := make(map[string]bool)
    
    	for _, m := range ms.Messages {
    		matched, err := regexp.MatchString(codeRegex, m.Code)
    		if err != nil {
    			return err
    		}
    		if !matched {
    			return fmt.Errorf("Error code for message %q must follow the regex %s", m.Name, codeRegex)
    		}
    
    		if codes[m.Code] {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 28 16:55:31 UTC 2023
    - 4K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/test_generated_main.txt

    	}
    	testmainPath := filepath.Join(filepath.Dir(exePath), "_testmain.go")
    	source, err := os.ReadFile(testmainPath)
    	if err != nil {
    		t.Fatal(err)
    	}
    	if matched, err := regexp.Match(`(?m)^// Code generated .* DO NOT EDIT\.$`, source); err != nil {
    		t.Fatal(err)
    	} else if !matched {
    		t.Error("_testmain.go does not have generated code comment")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 09 19:12:23 UTC 2020
    - 924 bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/envoyfilter/fuzz_test.go

    		fg := fuzz.New(t, data)
    		patches := fuzz.Slice[*networking.EnvoyFilter_EnvoyConfigObjectPatch](fg, patchCount%30)
    		proxy := fuzz.Struct[*model.Proxy](fg)
    		mesh := fuzz.Struct[*meshconfig.MeshConfig](fg)
    		c := fuzz.Struct[*cluster.Cluster](fg)
    
    		serviceDiscovery := memory.NewServiceDiscovery()
    		env := newTestEnvironment(serviceDiscovery, mesh, buildEnvoyFilterConfigStore(patches))
    		push := model.NewPushContext()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  7. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/registry/impl/AbstractFileWatcherUpdater.java

             *
             * On Windows when watched directories are moved, the OS does not send a notification,
             * even though the VFS should be updated.
             *
             * On Linux, when you move the parent directory of a watched directory, then there isn't a notification.
             *
             * Our best bet here is to cull any moved watched directories from the VFS at the start of every build.
             */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 17:02:39 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  8. subprojects/core/src/integTest/groovy/org/gradle/execution/taskpath/ProjectNameMatchingIntegrationTest.groovy

        }
    
        def "logs info message for exact project name match [#desc]"() {
            when:
            run("$projectPath:help", "--info")
    
            then:
            outputContains("Task path '$projectPath:help' matched project '$resolvedProject'")
            outputDoesNotContain("abbreviated")
    
            where:
            desc                                    | projectPath                           | resolvedProject
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 05 22:49:56 UTC 2022
    - 3.4K bytes
    - Viewed (0)
  9. subprojects/core/src/integTest/groovy/org/gradle/execution/TaskNameMatchingIntegrationTest.groovy

                tasks.register("safetyCheck") {
                    doLast { }
                }
            """
    
            when:
            run("sanityCheck", "--info")
    
            then:
            outputContains("Task name matched 'sanityCheck'")
            outputDoesNotContain("abbreviated")
            result.assertTaskExecuted(":sanityCheck")
            result.assertTaskNotExecuted(":safetyCheck")
        }
    
        def "logs info message for pattern match"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 14 08:20:12 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/audit/policy/checker.go

    				matched = true
    				break
    			}
    		}
    		if !matched {
    			return false
    		}
    	}
    	if len(r.Verbs) > 0 {
    		if !hasString(r.Verbs, attrs.GetVerb()) {
    			return false
    		}
    	}
    
    	if len(r.Namespaces) > 0 || len(r.Resources) > 0 {
    		return ruleMatchesResource(r, attrs)
    	}
    
    	if len(r.NonResourceURLs) > 0 {
    		return ruleMatchesNonResource(r, attrs)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 02 22:24:14 UTC 2022
    - 6.1K bytes
    - Viewed (0)
Back to top