Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updateCondition (0.19 sec)

  1. pkg/volume/util/resize_util_test.go

    		updatePVC := MergeResizeConditionOnPVC(testcase.pvc, testcase.newConditions)
    
    		updateConditions := updatePVC.Status.Conditions
    		if !reflect.DeepEqual(updateConditions, testcase.finalConditions) {
    			t.Errorf("Expected updated conditions for test %s to be %v but got %v",
    				testcase.description,
    				testcase.finalConditions, updateConditions)
    		}
    	}
    
    }
    
    func TestResizeFunctions(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top