We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c1181 commit ef476a9Copy full SHA for ef476a9
pkg/util/e2eutil/wait_util.go renamed to pkg/test/e2eutil/wait_util.go
test/test-framework/memcached_test.go
@@ -20,9 +20,9 @@ import (
20
"testing"
21
"time"
22
23
- operator "github.com/operator-framework/operator-sdk/test/test-framework/pkg/apis/cache/v1alpha1"
24
framework "github.com/operator-framework/operator-sdk/pkg/test"
25
- "github.com/operator-framework/operator-sdk/pkg/util/e2eutil"
+ "github.com/operator-framework/operator-sdk/pkg/test/e2eutil"
+ operator "github.com/operator-framework/operator-sdk/test/test-framework/pkg/apis/cache/v1alpha1"
26
27
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
28
"k8s.io/apimachinery/pkg/types"
0 commit comments