Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 139 for Configurer (0.17 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    	for _, cInfo := range containersToUpdate {
    		container := pod.Spec.Containers[cInfo.apiContainerIdx].DeepCopy()
    		// If updating memory limit, use most recently configured CPU request and limit values.
    		// If updating CPU request and limit, use most recently configured memory request and limit values.
    		switch resourceName {
    		case v1.ResourceMemory:
    			container.Resources.Limits = v1.ResourceList{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  2. pkg/proxy/winkernel/proxier.go

    				}
    			}
    			// For Overlay networks 'SourceVIP' on an Load balancer Policy can either be chosen as
    			// a) Source VIP configured on kube-proxy (or)
    			// b) Node IP of the current node
    			//
    			// For L2Bridge network the Source VIP is always the NodeIP of the current node and the same
    			// would be configured on kube-proxy as SourceVIP
    			//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  3. tensorflow/BUILD

            "//learning/serving/experimental/remote_predict/...",
            "//perftools/accelerators/xprof/convert/...",
            "//perftools/accelerators/xprof/integration_tests/...",
            "//smartass/brain/configure/...",
            "//tensorflow/...",
            "//tensorflow_decision_forests/...",
            "//tensorflow_federated/...",
            "//tensorflow_models/google/recml/...",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/VersionCatalogExtensionIntegrationTest.groovy

                root(":", ":test:") {
                    module('org.gradle.test:lib:1.1')
                    module('org.gradle.test:lib2:1.1')
                }
            }
        }
    
        def "can configure a different libraries extension"() {
            settingsFile << """
                dependencyResolutionManagement {
                    versionCatalogs {
                        myLibs {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 13:37:31 UTC 2024
    - 77.8K bytes
    - Viewed (0)
  5. plugin/pkg/admission/limitranger/admission_test.go

    	if err != nil {
    		t.Errorf("LimitRange should ignore a pod marked for termination")
    	}
    }
    
    // newMockClientForTest creates a mock client that returns a client configured for the specified list of limit ranges
    func newMockClientForTest(limitRanges []corev1.LimitRange) *fake.Clientset {
    	mockClient := &fake.Clientset{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  6. pkg/registry/core/pod/strategy_test.go

    		},
    		{
    			name:                          "nodeInclusionPolicy enabled with topology configured",
    			topologySpreadConstraints:     defaultConstraints,
    			wantTopologySpreadConstraints: defaultConstraints,
    			enableNodeInclusionPolicy:     true,
    		},
    		{
    			name:                          "nodeInclusionPolicy disabled with topology configured",
    			topologySpreadConstraints:     defaultConstraints,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.31.md

    - Fix throughput when scheduling daemonset pods to reach 300 pods/s, if the configured qps allows it. ([#124714](https://github.com/kubernetes/kubernetes/pull/124714), [@sanposhiho](https://github.com/sanposhiho)) [SIG Scheduling]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    	s.assertEvent(t, s.podXdsName("pod2"))
    
    	// make waypoint-sa1 ready
    	s.addWaypoint(t, "10.0.0.1", "waypoint-sa1", constants.WorkloadTraffic, true)
    	// if waypoint-sa1 was configured when not ready "pod2" assertions should skip the "pod1" xds event and this should fail
    	s.assertEvent(t, s.podXdsName("pod1"))
    }
    
    func TestAmbientIndex_WaypointAddressAddedToWorkloads(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  9. src/net/http/transport.go

    		return
    	}
    	t.h2transport = t2
    
    	// Auto-configure the http2.Transport's MaxHeaderListSize from
    	// the http.Transport's MaxResponseHeaderBytes. They don't
    	// exactly mean the same thing, but they're close.
    	//
    	// TODO: also add this to x/net/http2.Configure Transport, behind
    	// a +build go1.7 build tag:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
  10. tests/integration/ambient/baseline_test.go

    	framework.NewTest(t).
    		Run(func(t framework.TestContext) {
    			t.Skip("https://github.com/istio/istio/issues/49301")
    			systemNM := istio.ClaimSystemNamespaceOrFail(t, t)
    
    			// configure a NetPol which will only allow HBONE traffic in the test app namespace
    			// we should figure out what our recommendation for NetPol will be and have this reflect it
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
Back to top