Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for verifyFunc (0.08 sec)

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

    				t.Errorf("Expected volumesFailedReconstruction:\n%v\n got:\n%v", tc.expectedVolumesFailedReconstruction, sets.List(volumesFailedReconstruction))
    			}
    
    			if tc.verifyFunc != nil {
    				if err := tc.verifyFunc(rcInstance, fakePlugin); err != nil {
    					t.Errorf("Test %s failed: %v", tc.name, err)
    				}
    			}
    		})
    	}
    }
    
    func TestCleanOrphanVolumes(t *testing.T) {
    	type podInfo struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 14.8K bytes
    - Viewed (0)
Back to top