Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_Run_Positive_VolumeMountControllerAttachEnabled (0.51 sec)

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

    // Enables controllerAttachDetachEnabled.
    // Calls Run()
    // Verifies there is one mount call and no unmount calls.
    // Verifies there are no attach/detach calls.
    func Test_Run_Positive_VolumeMountControllerAttachEnabled(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