Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for initialVolumes (0.13 sec)

  1. pkg/controller/volume/persistentvolume/pv_controller_test.go

    		name                string
    		initialVolume       *v1.PersistentVolume
    		volumeAnnotations   map[string]string
    		expVolumeFinalizers []string
    		expModified         bool
    	}{
    		{
    			// Represents a CSI volume provisioned through external-provisioner, no CSI migration enabled.
    			name:                "13-1 migration was never enabled, volume has the finalizer",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 43.4K bytes
    - Viewed (0)
  2. pkg/controller/volume/persistentvolume/delete_test.go

    	_, ctx := ktesting.NewTestContext(t)
    	tests := []controllerTest{
    		{
    			// delete volume bound by controller
    			name:            "8-1 - successful delete",
    			initialVolumes:  newVolumeArray("volume8-1", "1Gi", "uid8-1", "claim8-1", v1.VolumeBound, v1.PersistentVolumeReclaimDelete, classEmpty, volume.AnnBoundByController),
    			expectedVolumes: novolumes,
    			initialClaims:   noclaims,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  3. pkg/controller/volume/persistentvolume/provision_test.go

    	_, ctx := ktesting.NewTestContext(t)
    	tests := []controllerTest{
    		{
    			// Provision a volume (with a default class)
    			name:            "11-1 - successful provision with storage class 1",
    			initialVolumes:  novolumes,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 35.3K bytes
    - Viewed (0)
Back to top