Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_Run_Positive_VolumeUnmountControllerAttachEnabled (0.6 sec)

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

    // Verifies one mount call is made and no unmount calls.
    // Deletes volume/pod from desired state of world.
    // Verifies one unmount call is made.
    // Verifies there are no attach/detach calls made.
    func Test_Run_Positive_VolumeUnmountControllerAttachEnabled(t *testing.T) {
    	// Arrange
    	node := &v1.Node{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: string(nodeName),
    		},
    		Status: v1.NodeStatus{
    			VolumesAttached: []v1.AttachedVolume{
    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