Skip to content

Commit

Permalink
Fix bug in sample where iargs wasn't set
Browse files Browse the repository at this point in the history
  • Loading branch information
pwittrock committed Mar 21, 2018
1 parent ce7c0e1 commit 21ce3b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func NewController(iargs args.InjectArgs) *controller.GenericController {
samplescheme.AddToScheme(scheme.Scheme)

c := &Controller{
InjectArgs: iargs,
recorder: iargs.CreateRecorder(controllerAgentName),
}

Expand Down

0 comments on commit 21ce3b5

Please sign in to comment.