Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for attachDetachRecoveryTestCase (0.35 sec)

  1. pkg/controller/volume/attachdetach/attach_detach_controller_test.go

    func Test_AttachDetachControllerRecovery(t *testing.T) {
    	attachDetachRecoveryTestCase(t, []*v1.Pod{}, []*v1.Pod{})
    	newPod1 := controllervolumetesting.NewPodWithVolume("newpod-1", "volumeName2", "mynode-1")
    	attachDetachRecoveryTestCase(t, []*v1.Pod{newPod1}, []*v1.Pod{})
    	newPod1 = controllervolumetesting.NewPodWithVolume("newpod-1", "volumeName2", "mynode-1")
    	attachDetachRecoveryTestCase(t, []*v1.Pod{}, []*v1.Pod{newPod1})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 11:00:37 UTC 2024
    - 24.2K bytes
    - Viewed (0)
Back to top