Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    		{
    			Utilization: 0,
    			Score:       0,
    		},
    		{
    			Utilization: 100,
    			Score:       int32(config.MaxCustomPriorityScore),
    		},
    	}
    )
    
    func TestVolumeBinding(t *testing.T) {
    	table := []struct {
    		name                    string
    		pod                     *v1.Pod
    		nodes                   []*v1.Node
    		pvcs                    []*v1.PersistentVolumeClaim
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 32K bytes
    - Viewed (0)
Back to top