Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRBDDiskConflicts (0.36 sec)

  1. pkg/scheduler/framework/plugins/volumerestrictions/volume_restrictions_test.go

    				if diff := cmp.Diff(test.wantStatus, gotStatus); diff != "" {
    					t.Errorf("Unexpected Filter status (-want, +got): %s", diff)
    				}
    			}
    		})
    	}
    }
    
    func TestRBDDiskConflicts(t *testing.T) {
    	volState := v1.Volume{
    		VolumeSource: v1.VolumeSource{
    			RBD: &v1.RBDVolumeSource{
    				CephMonitors: []string{"a", "b"},
    				RBDPool:      "foo",
    				RBDImage:     "bar",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 20 17:40:39 UTC 2023
    - 17.3K bytes
    - Viewed (0)
Back to top