Skip to content

Commit

Permalink
Merge pull request #729 from brendanwr/quick-start-edit
Browse files Browse the repository at this point in the history
📖 Update controller file path
  • Loading branch information
k8s-ci-robot authored May 23, 2019
2 parents 45fcc2c + d438180 commit 95b183b
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 95b183b

Please sign in to comment.