Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rmweir committed May 3, 2023
1 parent cd1bd6a commit 9dec1c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/framework/extensions/namespaces/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"context"
"fmt"
"strings"
kwait "k8s.io/apimachinery/pkg/util/wait"
"time"

"github.com/rancher/rancher/pkg/api/scheme"
"github.com/rancher/rancher/tests/framework/clients/rancher"
management "github.com/rancher/rancher/tests/framework/clients/rancher/generated/management/v3"
Expand All @@ -18,6 +18,7 @@ import (
"k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
kubeUnstructured "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
kwait "k8s.io/apimachinery/pkg/util/wait"
"k8s.io/apimachinery/pkg/watch"
)

Expand Down

0 comments on commit 9dec1c2

Please sign in to comment.