Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 73 for existingPV (0.29 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/registry/generic/registry/store_test.go

    	ttlFailOnce := func(_ runtime.Object, existing uint64, _ bool) (uint64, error) {
    		if ttlFailDone {
    			mile("TTL")
    			return existing, nil
    		}
    		ttlFailDone = true
    		mile("TTLError")
    		return existing, fmt.Errorf("TTL fail")
    	}
    	ttlFailAlways := func(_ runtime.Object, existing uint64, _ bool) (uint64, error) {
    		mile("TTLError")
    		return existing, fmt.Errorf("TTL fail")
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  3. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    		}
    		if item.timeToPass > 0 {
    			nodeController.now = func() metav1.Time { return metav1.Time{Time: fakeNow.Add(item.timeToPass)} }
    			item.fakeNodeHandler.Existing[0].Status = item.newNodeStatus
    			item.fakeNodeHandler.Existing[1].Status = item.secondNodeNewStatus
    		}
    		if err := nodeController.syncNodeStore(item.fakeNodeHandler); err != nil {
    			t.Errorf("unexpected error: %v", err)
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet_node_status_test.go

    			expectedActions: 1,
    		},
    		{
    			name:            "success case - existing node - no change in CMAD",
    			newNode:         newNode(true),
    			createError:     alreadyExists,
    			existingNode:    newNode(true),
    			expectedResult:  true,
    			expectedActions: 2,
    		},
    		{
    			name:            "success case - existing node - CMAD disabled",
    			newNode:         newNode(false),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  5. cmd/bucket-replication.go

    const (
    	// ReplicateQueued - replication being queued trail
    	ReplicateQueued = "replicate:queue"
    
    	// ReplicateExisting - audit trail for existing objects replication
    	ReplicateExisting = "replicate:existing"
    	// ReplicateExistingDelete - audit trail for delete replication triggered for existing delete markers
    	ReplicateExistingDelete = "replicate:existing:delete"
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  6. cluster/gce/util.sh

      #remote_tar_md5 checks the remote location for the existing tarball and its md5
      #staging_path example gs://kubernetes-staging-PROJECT/kubernetes-devel
      #basename_tar example kubernetes-server-linux-amd64.tar.gz
      local -r remote_tar_md5=$(gsutil_get_tar_md5 "${staging_path}/${basename_tar}")
      if [[ -n ${remote_tar_md5} ]]; then
        #local_tar_md5 checks the remote location for the existing tarball and its md5 hash
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  7. pkg/controller/garbagecollector/garbagecollector_test.go

    			},
    		},
    		// child pointing at no-longer-served apiVersion of still-existing parent object (e.g. extensions/v1beta1 deployment)
    		// * should not be deleted (this is indistinguishable from referencing an unknown kind/version)
    		// * virtual parent should not repeatedly poll attemptToDelete once real parent is observed
    		{
    			name: "child -> existing owner with inaccessible API version (child first)",
    			steps: []step{
    				// setup
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  8. cmd/object-handlers_test.go

    	}{
    		// Test case - 1.
    		// Abort existing upload ID.
    		{
    			bucket:             bucketName,
    			object:             objectName,
    			uploadID:           uploadIDs[0],
    			accessKey:          credentials.AccessKey,
    			secretKey:          credentials.SecretKey,
    			expectedRespStatus: http.StatusNoContent,
    		},
    		// Test case - 2.
    		// Abort non-existing upload ID.
    		{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 161.9K bytes
    - Viewed (0)
  9. cmd/site-replication.go

    		// sites. Latest changes would get applied but merge only the non transition details
    		if existingRl, ok := rMap[id]; ok {
    			clonedRl := rl.CloneNonTransition()
    			clonedRl.Transition = existingRl.Transition
    			clonedRl.NoncurrentVersionTransition = existingRl.NoncurrentVersionTransition
    			rMap[id] = clonedRl
    		} else {
    			rMap[id] = rl
    		}
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    - Constructor for class org.hamcrest.core.DescribedAs describedAs(String, Matcher<T>, Object...) - Static method in class org.hamcrest.core.DescribedAs Wraps an existing matcher, overriding its description with that specified. describedAs(String, Matcher<T>, Object...) - Static method in class org.hamcrest.CoreMatchers Wraps an existing matcher, overriding its description with that specified. describeMismatch(Object, Description) - Method in class org.hamcrest.BaseMatcher describeMismatch(Object,...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 236.8K bytes
    - Viewed (0)
Back to top