mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
DRA e2e: fix the quota name
The actual name has the k8s.io suffix.
This commit is contained in:
parent
eaa1cad7fa
commit
b5c94966bd
@ -1051,7 +1051,7 @@ var _ = framework.SIGDescribe("node")("DRA", feature.DynamicResourceAllocation,
|
||||
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{
|
||||
ObjectMeta: metav1.ObjectMeta{
|
||||
Name: "claim-0",
|
||||
|
Loading…
Reference in New Issue
Block a user