Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 260 for withT (0.06 sec)

  1. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    			claim := state.claims[index]
    			// Deallocation makes more sense for claims with
    			// delayed allocation. Claims with immediate allocation
    			// would just get allocated again for a random node,
    			// which is unlikely to help the pod.
    			//
    			// Claims with builtin controller are handled like
    			// claims with delayed allocation.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/route/route_test.go

    					Name: "other-cookie",
    					Ttl:  nil,
    				},
    			},
    		}
    		g.Expect(routes[0].GetRoute().GetHashPolicy()).To(ConsistOf(hashPolicy))
    	})
    
    	t.Run("for virtual service with subsets with port level settings with ring hash", func(t *testing.T) {
    		g := NewWithT(t)
    		virtualService := config.Config{
    			Meta: config.Meta{
    				GroupVersionKind: gvk.VirtualService,
    				Name:             "acme",
    			},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 88.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting.cc

      // 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
      // with type replaced.
      llvm::SmallVector<Value, 4> skipped_args;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    			Name: "Enum",
    			Operations: []ratchetingTestOperation{
    				// Create schema with some enum element
    				updateMyCRDV1Beta1Schema{&apiextensionsv1.JSONSchemaProps{
    					Type: "object",
    					Properties: map[string]apiextensionsv1.JSONSchemaProps{
    						"enumField": *stringSchema,
    					},
    				}},
    				applyPatchOperation{
    					"Create an instance with a soon-to-be-invalid value",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  5. src/cmd/go/internal/test/test.go

    If the last comment in the function starts with "Output:" then the output
    is compared exactly against the comment (see examples below). If the last
    comment begins with "Unordered output:" then the output is compared to the
    comment, however the order of the lines is ignored. An example with no such
    comment is compiled but not executed. An example with no text after
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/api/internal/provider/PropertySpec.groovy

            def property = propertyWithNoValue()
            property.set(Providers.notDefined())
    
            expect:
            property.convention(someOtherValue())
            !property.present
            property.getOrNull() == null
        }
    
        def "convention provider ignored after value has been set using provider with no value"() {
            def provider = brokenSupplier()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 87.8K bytes
    - Viewed (0)
  7. cmd/kubelet/app/server.go

    		//    replace the kubeconfig with a new file that points to the cert dir
    		//
    		// The desired configuration for bootstrapping is to use a bootstrap kubeconfig and to have
    		// the kubeconfig file be managed by this process. For backwards compatibility with kubeadm,
    		// which provides a high powered kubeconfig on the master with cert/key data, we must
    		// bootstrap the cert manager with the contents of the initial client config.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  8. src/runtime/mgcscavenge.go

    	// well as the time it took in nanoseconds. Usually mheap.pages.scavenge
    	// with nanotime called around it, but stubbed out for testing.
    	// Like mheap.pages.scavenge, if it scavenges less than n bytes of
    	// memory, the caller may assume the heap is exhausted of scavengable
    	// memory for now.
    	//
    	// If this is nil, it is populated with the real thing in init.
    	scavenge func(n uintptr) (uintptr, int64)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  9. src/cmd/dist/test.go

    	runTests string        // Regexp of tests to run
    	cpu      string        // If non-empty, -cpu flag
    
    	gcflags   string // If non-empty, build with -gcflags=all=X
    	ldflags   string // If non-empty, build with -ldflags=X
    	buildmode string // If non-empty, -buildmode flag
    
    	env []string // Environment variables to add, as KEY=VAL. KEY= unsets a variable
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  10. pkg/controller/statefulset/stateful_set_utils_test.go

    		t.Error("identity matches for a Pod with the wrong name")
    	}
    	pod = newStatefulSetPod(set, 1)
    	pod.Namespace = ""
    	if identityMatches(set, pod) {
    		t.Error("identity matches for a Pod with the wrong namespace")
    	}
    	pod = newStatefulSetPod(set, 1)
    	delete(pod.Labels, apps.StatefulSetPodNameLabel)
    	if identityMatches(set, pod) {
    		t.Error("identity matches for a Pod with the wrong statefulSetPodNameLabel")
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 50.9K bytes
    - Viewed (0)
Back to top