Skip to content

Commit

Permalink
Merge pull request #166 from pwittrock/master
Browse files Browse the repository at this point in the history
Fix issue with shutting down controllers
  • Loading branch information
Phillip Wittrock committed Sep 29, 2017
2 parents 4cfb92b + d179d58 commit bae1acc
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 bae1acc

Please sign in to comment.