Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for pv3 (0.02 sec)

  1. pkg/scheduler/framework/plugins/volumebinding/assume_cache_test.go

    		pvs[pv.Name] = pv
    		assumecache.AddTestObject(cache.AssumeCache, pv)
    	}
    
    	// List them
    	verifyListPVs(t, cache, pvs, "")
    
    	// Update a PV
    	updatedPV := makePV("test-pv3", "").withVersion("2").PersistentVolume
    	pvs[updatedPV.Name] = updatedPV
    	assumecache.UpdateTestObject(cache.AssumeCache, updatedPV)
    
    	// List them
    	verifyListPVs(t, cache, pvs, "")
    
    	// Delete a PV
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  2. pkg/volume/csi/csi_attacher_test.go

    				{"vol2", volume.NewSpecFromPersistentVolume(makeTestPV("pv2", 10, testDriver, "vol2"), false), false},
    				{"vol3", volume.NewSpecFromPersistentVolume(makeTestPV("pv3", 10, testDriver, "vol3"), false), false},
    				{"vol4", volume.NewSpecFromPersistentVolume(makeTestPV("pv4", 20, testDriver, "vol4"), false), true},
    			},
    		},
    		{
    			name: "all detached",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 12:23:16 UTC 2024
    - 58.1K bytes
    - Viewed (0)
  3. pkg/controller/volume/persistentvolume/index_test.go

    				VolumeMode:       &fs,
    			},
    			Status: v1.PersistentVolumeStatus{
    				Phase: v1.VolumeAvailable,
    			},
    		},
    		{
    			ObjectMeta: metav1.ObjectMeta{
    				UID:  "affinity-pv3",
    				Name: "affinity003",
    			},
    			Spec: v1.PersistentVolumeSpec{
    				Capacity: v1.ResourceList{
    					v1.ResourceName(v1.ResourceStorage): resource.MustParse("200G"),
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 21 13:31:28 UTC 2023
    - 44K bytes
    - Viewed (0)
  4. pkg/volume/csi/csi_mounter_test.go

    			podUID: types.UID(fmt.Sprintf("%08X", rand.Uint64())),
    			spec: func(fsType string, options []string) *volume.Spec {
    				return volume.NewSpecFromPersistentVolume(makeTestPV("pv3", 20, testDriver, "vol4"), false)
    			},
    			exitError:        transientError,
    			createAttachment: false,
    			shouldFail:       true,
    		},
    		{
    			name:   "setup with timeout errors on NodePublish",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
Back to top