We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f4763 commit d438180Copy full SHA for d438180
docs/book/src/quick-start.md
@@ -58,7 +58,7 @@ kubebuilder create api --group webapp --version v1 --kind Guestbook
58
```
59
60
The will create the files `api/v1/guestbook_types.go` and
61
-`pkg/controller/guestbook_controller.go` for you to edit.
+`controller/guestbook_controller.go` for you to edit.
62
63
**Optional:** Edit the API definition or the reconcilation business logic.
64
For more on this see [What is
0 commit comments