Make e2e test not rely on local volumes

This commit is contained in:
Rahul Rangith
2022-12-02 10:04:34 -05:00
parent 3cf636b22e
commit 392cd5ce8c
3 changed files with 13 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ import (
"strings"
apps "k8s.io/api/apps/v1"
v1 "k8s.io/api/core/v1"
"k8s.io/api/core/v1"
apierrors "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
errorutils "k8s.io/apimachinery/pkg/util/errors"