Skip to content

Commit

Permalink
Update controller file path
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanwr committed May 21, 2019
1 parent a6f4763 commit d438180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ kubebuilder create api --group webapp --version v1 --kind Guestbook
```

The will create the files `api/v1/guestbook_types.go` and
`pkg/controller/guestbook_controller.go` for you to edit.
`controller/guestbook_controller.go` for you to edit.

**Optional:** Edit the API definition or the reconcilation business logic.
For more on this see [What is
Expand Down

0 comments on commit d438180

Please sign in to comment.