Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_AddPodToVolume_Positive_ExistingPodExistingVolume (0.4 sec)

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

    }
    
    // Calls AddPodToVolume() twice to add the same pod to the same volume
    // Verifies newly added pod/volume exists via
    // PodExistsInVolume() VolumeExists() and GetVolumesToMount() and no errors.
    func Test_AddPodToVolume_Positive_ExistingPodExistingVolume(t *testing.T) {
    	// Arrange
    	volumePluginMgr, _ := volumetesting.GetTestKubeletVolumePluginMgr(t)
    	seLinuxTranslator := util.NewFakeSELinuxLabelTranslator()
    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