Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fakebindings (0.14 sec)

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

    			expectedBindings: []*BindingInfo{makeBinding(unboundPVC, pvNode1a), makeBinding(unboundPVC2, pvNode1b)},
    		},
    		"two-unbound-pvcs,order-by-size": {
    			podPVCs:          []*v1.PersistentVolumeClaim{unboundPVC2, unboundPVC},
    			pvs:              []*v1.PersistentVolume{pvNode1a, pvNode1b},
    			expectedBindings: []*BindingInfo{makeBinding(unboundPVC, pvNode1a), makeBinding(unboundPVC2, pvNode1b)},
    		},
    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