Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dswCount (0.16 sec)

  1. pkg/controller/volume/attachdetach/metrics/metrics_test.go

    	}
    
    	dswCount, ok := totalVolumesMap["desired_state_of_world"]
    	if !ok {
    		t.Errorf("Expected desired_state_of_world, got nothing")
    	}
    
    	fakePluginCount := dswCount["fake-plugin"]
    	if fakePluginCount != 1 {
    		t.Errorf("Expected 1 fake-plugin volume in DesiredStateOfWorld, got %d", fakePluginCount)
    	}
    
    	aswCount, ok := totalVolumesMap["actual_state_of_world"]
    	if !ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 10:42:15 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top