Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_Run_Positive_VolumeUnmapControllerAttachEnabled (0.32 sec)

  1. pkg/kubelet/volumemanager/reconciler/reconciler_test.go

    // Deletes volume/pod from desired state of world.
    // Verifies one teardownDevice call is made.
    // Verifies there are no attach/detach calls made.
    func Test_Run_Positive_VolumeUnmapControllerAttachEnabled(t *testing.T) {
    	pod := &v1.Pod{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      "pod1",
    			UID:       "pod1uid",
    			Namespace: "ns",
    		},
    		Spec: v1.PodSpec{},
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 09 07:34:33 UTC 2024
    - 75.4K bytes
    - Viewed (0)
Back to top