Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAWSDiskConflicts (0.23 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 TestAWSDiskConflicts(t *testing.T) {
    	volState := v1.Volume{
    		VolumeSource: v1.VolumeSource{
    			AWSElasticBlockStore: &v1.AWSElasticBlockStoreVolumeSource{
    				VolumeID: "foo",
    			},
    		},
    	}
    	volState2 := v1.Volume{
    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