Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetPluginsToRegister (0.25 sec)

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

    	// Get dsw and asw plugins; they should both be empty
    	if len(asw.GetRegisteredPlugins()) != 0 {
    		t.Fatalf("Test_Run_Positive_DoNothing: actual state of world should be empty but it's not")
    	}
    	if len(dsw.GetPluginsToRegister()) != 0 {
    		t.Fatalf("Test_Run_Positive_DoNothing: desired state of world should be empty but it's not")
    	}
    }
    
    // Populates desiredStateOfWorld cache with one plugin.
    // Calls Run()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 14:21:15 UTC 2024
    - 10.5K bytes
    - Viewed (0)
Back to top