Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_MarkVolumeAsDetached_Negative_PodInVolume (1 sec)

  1. pkg/kubelet/volumemanager/cache/actual_state_of_world_test.go

    				t.Fatalf("for test %s verification failed: %v", tc.name, err)
    			}
    		})
    	}
    }
    
    // Call MarkVolumeAsDetached() on a volume which mounted by pod(s) should be skipped
    func Test_MarkVolumeAsDetached_Negative_PodInVolume(t *testing.T) {
    	// Arrange
    	volumePluginMgr, plugin := volumetesting.GetTestVolumePluginMgr(t)
    	devicePath := "fake/device/path"
    	asw := NewActualStateOfWorld("mynode", volumePluginMgr)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 46.3K bytes
    - Viewed (0)
Back to top