Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 192 for inplace (0.18 sec)

  1. pkg/scheduler/framework/plugins/noderesources/fit_test.go

    			oldObj:                          &v1.Pod{},
    			enableInPlacePodVerticalScaling: true,
    			expectedHint:                    framework.QueueSkip,
    		},
    		"skip-queue-on-disable-inplace-pod-vertical-scaling": {
    			pod:                             st.MakePod().Name("pod1").Req(map[v1.ResourceName]string{v1.ResourceCPU: "1"}).Obj(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 57.4K bytes
    - Viewed (0)
  2. platforms/core-configuration/file-collections/src/test/groovy/org/gradle/api/internal/file/collections/DefaultConfigurableFileCollectionSpec.groovy

            when:
            def replaced = collection.replace(collection1, supplier)
    
            then:
            replaced != collection
            replaced.sourceCollections == [replaced1, collection2]
    
            1 * collection1.replace(collection1, supplier) >> replaced1
            1 * collection2.replace(collection1, supplier) >> collection2
            0 * _
        }
    
        def "can replace one of the elements of a finalized collection"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 17:09:50 UTC 2024
    - 53K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/rbac/v1/generated.pb.go

    	repeatedStringForRules := "[]PolicyRule{"
    	for _, f := range this.Rules {
    		repeatedStringForRules += strings.Replace(strings.Replace(f.String(), "PolicyRule", "PolicyRule", 1), `&`, ``, 1) + ","
    	}
    	repeatedStringForRules += "}"
    	s := strings.Join([]string{`&ClusterRole{`,
    		`ObjectMeta:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.ObjectMeta), "ObjectMeta", "v1.ObjectMeta", 1), `&`, ``, 1) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  4. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js

    							if(t.children("ins").get(0).className.replace(/jstree[^ ]*|$/ig,'').replace(/^\s+$/ig,"").length) {
    								tmp2.icon = t.children("ins").get(0).className.replace(/jstree[^ ]*|$/ig,'').replace(/\s+$/ig," ").replace(/^ /,"").replace(/ $/,"");
    							}
    							if(t.children("ins").get(0).style.backgroundImage.length) {
    								tmp2.icon = t.children("ins").get(0).style.backgroundImage.replace("url(","").replace(")","");
    							}
    						}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 09:03:42 UTC 2021
    - 49.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/rbac/v1beta1/generated.pb.go

    	repeatedStringForRules := "[]PolicyRule{"
    	for _, f := range this.Rules {
    		repeatedStringForRules += strings.Replace(strings.Replace(f.String(), "PolicyRule", "PolicyRule", 1), `&`, ``, 1) + ","
    	}
    	repeatedStringForRules += "}"
    	s := strings.Join([]string{`&ClusterRole{`,
    		`ObjectMeta:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.ObjectMeta), "ObjectMeta", "v1.ObjectMeta", 1), `&`, ``, 1) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/rbac/v1alpha1/generated.pb.go

    	repeatedStringForRules := "[]PolicyRule{"
    	for _, f := range this.Rules {
    		repeatedStringForRules += strings.Replace(strings.Replace(f.String(), "PolicyRule", "PolicyRule", 1), `&`, ``, 1) + ","
    	}
    	repeatedStringForRules += "}"
    	s := strings.Join([]string{`&ClusterRole{`,
    		`ObjectMeta:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.ObjectMeta), "ObjectMeta", "v1.ObjectMeta", 1), `&`, ``, 1) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/storage/v1alpha1/generated.pb.go

    		`ObjectMeta:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.ObjectMeta), "ObjectMeta", "v1.ObjectMeta", 1), `&`, ``, 1) + `,`,
    		`Spec:` + strings.Replace(strings.Replace(this.Spec.String(), "VolumeAttachmentSpec", "VolumeAttachmentSpec", 1), `&`, ``, 1) + `,`,
    		`Status:` + strings.Replace(strings.Replace(this.Status.String(), "VolumeAttachmentStatus", "VolumeAttachmentStatus", 1), `&`, ``, 1) + `,`,
    		`}`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 76.5K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/CollectionPropertySpec.groovy

            then:
            0 * _
        }
    
        def "replace can modify property"() {
            given:
            property.set(someValue())
    
            when:
            property.replace { it.map { someOtherValue() } }
    
            then:
            property.get() == someOtherValue()
        }
    
        def "replace can modify property with convention"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 49.7K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/MapPropertySpec.groovy

                // expected
            }
        }
    
        def "replace can modify property"() {
            given:
            property.set(someValue())
    
            when:
            property.replace { it.map { someOtherValue() } }
    
            then:
            property.get() == someOtherValue()
        }
    
        def "replace can modify property with convention"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 58.7K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting.cc

      // Each of these resources could be read or written in the function. If its
      // read, we need to replace the resource arg with a value arg to get the
      // read value. If its written, we need to replace the write with an additional
      // value to be written.
    
      // Now create read values that will be used to replace each resource that
      // is read in the function body. These read values are just the same argument
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top