DRA e2e: fix the quota name
The actual name has the k8s.io suffix.
This commit is contained in:
		@@ -1051,7 +1051,7 @@ var _ = framework.SIGDescribe("node")("DRA", feature.DynamicResourceAllocation,
 | 
				
			|||||||
			b.testPod(ctx, f.ClientSet, pod)
 | 
								b.testPod(ctx, f.ClientSet, pod)
 | 
				
			||||||
		})
 | 
							})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		ginkgo.It("supports count/resourceclaim.resource ResourceQuota", func(ctx context.Context) {
 | 
							ginkgo.It("supports count/resourceclaims.resource.k8s.io ResourceQuota", func(ctx context.Context) {
 | 
				
			||||||
			claim := &resourceapi.ResourceClaim{
 | 
								claim := &resourceapi.ResourceClaim{
 | 
				
			||||||
				ObjectMeta: metav1.ObjectMeta{
 | 
									ObjectMeta: metav1.ObjectMeta{
 | 
				
			||||||
					Name:      "claim-0",
 | 
										Name:      "claim-0",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user