Skip to content

Commit

Permalink
third_party/forked/golang/netutil: move to k8s.io/apimachinery
Browse files Browse the repository at this point in the history
  • Loading branch information
sttts committed Jan 25, 2017
1 parent 2dc9d1c commit e57d7b1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/util/httpstream/spdy/roundtripper.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ import (

apierrors "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/third_party/forked/golang/netutil"
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/util/httpstream"
"k8s.io/kubernetes/third_party/forked/golang/netutil"
)

// SpdyRoundTripper knows how to upgrade an HTTP request to one that supports
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion staging/src/k8s.io/apiserver/pkg/util/proxy/dial.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/golang/glog"

utilnet "k8s.io/apimachinery/pkg/util/net"
"k8s.io/kubernetes/third_party/forked/golang/netutil"
"k8s.io/apimachinery/third_party/forked/golang/netutil"
)

func DialURL(url *url.URL, transport http.RoundTripper) (net.Conn, error) {
Expand Down

0 comments on commit e57d7b1

Please sign in to comment.