Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_AddPodToVolume_Positive_NamesForDifferentPodsAndDifferentVolumes (0.66 sec)

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

    // Verities generated names are different for different pods if volume is not device mountble and attachable
    func Test_AddPodToVolume_Positive_NamesForDifferentPodsAndDifferentVolumes(t *testing.T) {
    	// Arrange
    	fakeVolumeHost := volumetesting.NewFakeVolumeHost(t,
    		"",  /* rootDir */
    		nil, /* kubeClient */
    		nil, /* plugins */
    	)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 34K bytes
    - Viewed (0)
Back to top