Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,154 for existingPV (0.22 sec)

  1. pkg/scheduler/schedule_one_test.go

    					Spec:       v1.PersistentVolumeClaimSpec{VolumeName: "existingPV"},
    				},
    			},
    			pod:       st.MakePod().Name("ignore").UID("ignore").Namespace(v1.NamespaceDefault).PVC("existingPVC").Obj(),
    			wantNodes: sets.New("node1", "node2"),
    			name:      "existing PVC",
    			wErr:      nil,
    		},
    		{
    			// Pod with non existing PVC
    			registerPlugins: []tf.RegisterPluginFunc{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/reconcilers/peer_endpoint_lease_test.go

    		servers      []serverInfo
    		expectLeases []string
    	}{
    		{
    			testName: "existing IP satisfy",
    			servers: []serverInfo{{
    				existingIP:     "4.3.2.1",
    				id:             "server-1",
    				ports:          []corev1.EndpointPort{{Name: "foo", Port: 8080, Protocol: "TCP"}},
    				expectEndpoint: "4.3.2.1:8080",
    			}, {
    				existingIP:     "1.2.3.4",
    				id:             "server-2",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  3. pkg/controller/podgc/gc_controller_test.go

    		{
    			name: "nodes present in lister",
    			initialInformerNodes: []*v1.Node{
    				testutil.NewNode("existing1"),
    				testutil.NewNode("existing2"),
    			},
    			delay: 2 * quarantineTime,
    			pods: []*v1.Pod{
    				makePod("a", "existing1", v1.PodRunning),
    				makePod("b", "existing2", v1.PodFailed),
    				makePod("c", "existing2", v1.PodSucceeded),
    			},
    			itemsInQueue: 0,
    		},
    		{
    			name: "nodes present in client",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 08:16:48 UTC 2024
    - 29K bytes
    - Viewed (0)
  4. pkg/kube/inject/testdata/inject/hello-existing-cncf-networks.yaml

    Kevin Conner <******@****.***> 1591395781 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 05 22:23:01 UTC 2020
    - 525 bytes
    - Viewed (0)
  5. subprojects/core/src/test/groovy/org/gradle/internal/scopeids/PersistentScopeIdLoaderTest.groovy

            and:
            1 * store.maybeUpdate(_) >> { ObjectHolder.UpdateAction action ->
                action.update(existingId)
            }
    
            and:
            0 * idFactory.create()
    
            and:
            id == existingId
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 10 18:14:29 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  6. pkg/util/goroutinemap/goroutinemap.go

    				*err)
    		}
    	} else {
    		// Operation completed with error and exponentialBackOffOnError Enabled
    		existingOp := grm.operations[operationName]
    		existingOp.expBackoff.Update(err)
    		existingOp.operationPending = false
    		grm.operations[operationName] = existingOp
    
    		// Log error
    		klog.Errorf("%v",
    			existingOp.expBackoff.GenerateNoRetriesPermittedMsg(operationName))
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 16 11:54:27 UTC 2020
    - 6.8K bytes
    - Viewed (0)
  7. pkg/kube/inject/testdata/inject/hello-existing-cncf-networks.yaml.injected

    John Howard <******@****.***> 1709052916 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inject/hello-existing-cncf-networks-json.yaml

    Marko Lukša <******@****.***> 1595884951 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 27 21:22:31 UTC 2020
    - 541 bytes
    - Viewed (0)
  9. cni/pkg/install/kubeconfig.go

    	kubeconfigFilepath := filepath.Join(cfg.MountedCNINetDir, cfg.KubeconfigFilename)
    
    	existingKC, err := os.ReadFile(kubeconfigFilepath)
    	if err != nil {
    		installLog.Debugf("no preexisting kubeconfig at %s, assuming we need to create one", kubeconfigFilepath)
    		return err
    	}
    
    	if expectedKC.Full == string(existingKC) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 21:52:29 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inject/hello-existing-cncf-networks-json.yaml.injected

    John Howard <******@****.***> 1709052916 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.9K bytes
    - Viewed (0)
Back to top