Skip to content

Commit

Permalink
revert to release version 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjimti committed Aug 6, 2021
1 parent 7269220 commit 5c0bad0
Show file tree
Hide file tree
Showing 8 changed files with 232 additions and 989 deletions.
3 changes: 1 addition & 2 deletions cmd/kubefwd/services/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,10 @@ func (opts *NamespaceOpts) AddServiceHandler(obj interface{}) {
NamespaceServiceLock: opts.NamespaceIPLock,
Svc: svc,
Headless: svc.Spec.ClusterIP == "None",
PortForwards: make(map[string][]*fwdport.PortForwardOpts),
PortForwards: make(map[string]*fwdport.PortForwardOpts),
SyncDebouncer: debounce.New(5 * time.Second),
DoneChannel: make(chan struct{}),
PortMap: opts.ParsePortMap(mappings),
ManualStopChannel: opts.ManualStopChannel,
}

// Add the service to the catalog of services being forwarded
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ go 1.16
require (
github.com/bep/debounce v1.2.0
github.com/elazarl/goproxy v0.0.0-20181111060418-2ce16c963a8a // indirect
github.com/golang/mock v1.4.1
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.6.1
github.com/txn2/txeh v1.2.1
golang.org/x/sys v0.0.0-20201112073958-5cba982894dd
k8s.io/api v0.20.4
Expand Down
Loading

0 comments on commit 5c0bad0

Please sign in to comment.