chore(ginkgo): updating to ginkgo v2

This commit is contained in:
Dario Tranchitella
2023-05-25 10:39:41 +02:00
parent 272d6f61c5
commit a950380988
53 changed files with 81 additions and 97 deletions

View File

@@ -10,7 +10,7 @@ import (
"strconv"
"strings"
. "github.com/onsi/ginkgo"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
corev1 "k8s.io/api/core/v1"
schedulingv1 "k8s.io/api/scheduling/v1"