Skip to content

Commit

Permalink
Manually spring annoying imports
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay committed Dec 3, 2018
1 parent 4d7aacb commit f90dcca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 4 additions & 3 deletions test/e2e/port_forward.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ package e2e
import (
"bytes"
"fmt"
"net/url"
"net/http"
"strings"

"k8s.io/client-go/rest"
"k8s.io/client-go/tools/portforward"
"k8s.io/client-go/transport/spdy"
"net/http"
"net/url"
"strings"
)

func CreatePortForward(namespace, pod string, ports []string, kConfig *rest.Config) (*portforward.PortForwarder, chan struct{}, error) {
Expand Down
5 changes: 3 additions & 2 deletions test/e2e/smoketest.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ package e2e

import (
"errors"
"github.com/uber/jaeger-client-go/config"
"io/ioutil"
"k8s.io/apimachinery/pkg/util/wait"
"net/http"
"strings"
"time"

"github.com/uber/jaeger-client-go/config"
"k8s.io/apimachinery/pkg/util/wait"
)

func SmokeTest(apiTracesEndpoint, collectorEndpoint, serviceName string, interval, timeout time.Duration) error {
Expand Down
3 changes: 2 additions & 1 deletion test/e2e/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package e2e
import (
"errors"
"fmt"
"strings"

"k8s.io/api/core/v1"
"k8s.io/client-go/kubernetes"
"strings"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)

Expand Down

0 comments on commit f90dcca

Please sign in to comment.