Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_ReportMultiAttachError (0.27 sec)

  1. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

    	// We should see one more force detach, so consider the initial count + 1
    	testForceDetachMetric(t, int(initialForceDetachCount)+1, metrics.ForceDetachReasonOutOfService)
    }
    
    func Test_ReportMultiAttachError(t *testing.T) {
    	type nodeWithPods struct {
    		name     k8stypes.NodeName
    		podNames []string
    	}
    	tests := []struct {
    		name           string
    		nodes          []nodeWithPods
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:14 UTC 2024
    - 72.8K bytes
    - Viewed (0)
Back to top