Skip to content

Commit

Permalink
Fix issue with shutting down controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
pwittrock committed Sep 29, 2017
1 parent 0697e99 commit d179d58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/apiregister-gen/generators/controller_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ func (c *{{.Target.Kind}}Controller) reconcile(key string) (err error) {
}
func (c *{{.Target.Kind}}Controller) Run(stopCh <-chan struct{}) {
c.queue.Run(stopCh)
for _, q := range c.Informers.WorkerQueues {
q.Run(stopCh)
}
Expand Down

0 comments on commit d179d58

Please sign in to comment.