Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectedProvisionings (0.21 sec)

  1. pkg/scheduler/framework/plugins/volumebinding/binder_test.go

    			}
    		}
    	}
    
    	if aLen, eLen := len(provisionedClaims), len(expectedProvisionings); aLen != eLen {
    		t.Errorf("expected %v provisioned claims, got %v", eLen, aLen)
    	} else if expectedProvisionings == nil && provisionedClaims != nil {
    		// nil and empty are different
    		t.Error("expected nil provisionings, got empty")
    	} else if expectedProvisionings != nil && provisionedClaims == nil {
    		// nil and empty are different
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 82.8K bytes
    - Viewed (0)
Back to top