Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_AddPod_Positive_NewPodNodeExistsVolumeDoesntExist (0.3 sec)

  1. pkg/controller/volume/attachdetach/cache/desired_state_of_world_test.go

    	}
    }
    
    // Populates data struct with a single node no volume.
    // Calls AddPod() with the same node and new pod/volume.
    // Verifies node/volume exists, and 1 volumes to attach.
    func Test_AddPod_Positive_NewPodNodeExistsVolumeDoesntExist(t *testing.T) {
    	// Arrange
    	podName := "pod-uid"
    	volumePluginMgr, _ := volumetesting.GetTestVolumePluginMgr(t)
    	dsw := NewDesiredStateOfWorld(volumePluginMgr)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 10:42:15 UTC 2024
    - 35.9K bytes
    - Viewed (0)
Back to top