Skip to content

Commit

Permalink
Create mocks via gomock
Browse files Browse the repository at this point in the history
  • Loading branch information
flupec authored and Vasilii Avtaev committed Jul 2, 2021
1 parent 938836b commit 96bef35
Show file tree
Hide file tree
Showing 5 changed files with 518 additions and 292 deletions.
1 change: 0 additions & 1 deletion cmd/kubefwd/services/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ func (opts *NamespaceOpts) AddServiceHandler(obj interface{}) {
DoneChannel: make(chan struct{}),
PortMap: opts.ParsePortMap(mappings),
ManualStopChannel: opts.ManualStopChannel,
WaitAllPodsShutdown: &sync.WaitGroup{},
}

// Add the service to the catalog of services being forwarded
Expand Down
Loading

0 comments on commit 96bef35

Please sign in to comment.