Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 377 for patched (0.42 sec)

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

    		}, {
    			name:   "don't clear changed clusterIP",
    			svc:    makeValidService(),
    			patch:  patches(setTypeExternalName, changeClusterIPs),
    			expect: makeValidServiceCustom(setTypeExternalName, changeClusterIPs, clearIPFamilies, clearIPFamilyPolicy),
    		}, {
    			name:   "don't clear changed ipFamilies",
    			svc:    makeValidService(),
    			patch:  patches(setTypeExternalName, changeIPFamilies),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  2. pilot/pkg/model/extensions_test.go

    			listenerInfo: WasmPluginListenerInfo{
    				Port:  1234,
    				Class: networking.ListenerClassSidecarInbound,
    			},
    			want: false,
    		},
    		{
    			desc: "traffic selector is matched, but workload selector is not matched",
    			wasmPlugin: &WasmPluginWrapper{WasmPlugin: &extensions.WasmPlugin{
    				Selector: &v1beta1.WorkloadSelector{
    					MatchLabels: map[string]string{"e": "f"},
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/apis/kubeadm/v1beta4/types.go

    	// The flag "--skip-phases" takes precedence over this field.
    	// +optional
    	SkipPhases []string `json:"skipPhases,omitempty"`
    
    	// Patches contains options related to applying patches to components deployed by kubeadm during
    	// "kubeadm init".
    	// +optional
    	Patches *Patches `json:"patches,omitempty"`
    
    	// Timeouts holds various timeouts that apply to kubeadm commands.
    	// +optional
    	Timeouts *Timeouts `json:"timeouts,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/ppc64/asm_test.go

    	}
    
    	matched, err := regexp.MatchString(pattern8, string(out))
    	if err != nil {
    		t.Fatal(err)
    	}
    	if !matched {
    		t.Errorf("The 8 byte alignment is not correct: %t, output:%s\n", matched, out)
    	}
    
    	matched, err = regexp.MatchString(pattern16, string(out))
    	if err != nil {
    		t.Fatal(err)
    	}
    	if !matched {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 09 22:14:57 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/apis/kubeadm/v1beta3/types.go

    	// The flag "--skip-phases" takes precedence over this field.
    	// +optional
    	SkipPhases []string `json:"skipPhases,omitempty"`
    
    	// Patches contains options related to applying patches to components deployed by kubeadm during
    	// "kubeadm init".
    	// +optional
    	Patches *Patches `json:"patches,omitempty"`
    }
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/rest_test.go

    	for _, test := range []struct {
    		name              string
    		patch             string
    		expectedError     string
    		expectedErrorType metav1.StatusReason
    	}{
    		{
    			name:  "valid",
    			patch: `[{"op": "test", "value": "podA", "path": "/metadata/name"}]`,
    		},
    		{
    			name:              "invalid-syntax",
    			patch:             `invalid json patch`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  7. platforms/jvm/java-platform/src/test/java/org/gradle/internal/component/model/JavaEcosystemAttributeMatcherTest.groovy

            def implicitVariants = candidates.collect { it.first() }
            def configurationMatches = schema.matcher().matches(implicitVariants, requested, explanationBuilder)
    
            // This test is checking only for successful (single) matches. If we matched multiple configurations
            // in the first round, something is wrong here. Fail before attempting the second round of variant matching.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/phases/addons/dns/dns.go

    	}
    	return nil
    }
    
    // applyCoreDNSDeploymentPatches reads patches from a directory and applies them over the input coreDNSDeploymentBytes
    func applyCoreDNSDeploymentPatches(coreDNSDeploymentBytes []byte, patchesDir string, output io.Writer) ([]byte, error) {
    	patchManager, err := patches.GetPatchManagerForPath(patchesDir, patches.KnownTargets(), output)
    	if err != nil {
    		return nil, err
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  9. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/android/RealLifeAndroidBuildPerformanceTest.groovy

                Matcher matcher = text =~ /(mavenCentral\(\))/
                boolean matched = false
                matcher.find() // skip first match in pluginManagement {}
                if (matcher.find()) {
                    matched = true // matched dependencyResolutionManagement {}
                    def result = matcher.toMatchResult()
                    text.replace(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 19:24:57 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/plugins/volumezone/volume_zone_test.go

    				},
    			},
    		},
    		{
    			name: "beta zone label matched",
    			Pod:  createPodWithVolume("pod_1", "PVC_1"),
    			Node: &v1.Node{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:   "host1",
    					Labels: map[string]string{v1.LabelFailureDomainBetaZone: "us-west1-a", "uselessLabel": "none"},
    				},
    			},
    		},
    		{
    			name: "beta region label matched",
    			Pod:  createPodWithVolume("pod_1", "PVC_2"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 14 05:17:04 UTC 2023
    - 20K bytes
    - Viewed (0)
Back to top