Skip to content

Commit

Permalink
Merge pull request #3443 from Shabirmean/patch-1
Browse files Browse the repository at this point in the history
 馃摉 : doc fix path error
  • Loading branch information
k8s-ci-robot committed Jun 10, 2023
2 parents 81f65c2 + 05350d2 commit 60ac4a7
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 @@ -82,7 +82,7 @@ kubebuilder create api --group webapp --version v1 --kind Guestbook
<h1>Press Options</h1>

If you press `y` for Create Resource [y/n] and for Create Controller [y/n] then this will create the files `api/v1/guestbook_types.go` where the API is defined
and the `controllers/guestbook_controller.go` where the reconciliation business logic is implemented for this Kind(CRD).
and the `internal/controllers/guestbook_controller.go` where the reconciliation business logic is implemented for this Kind(CRD).

</aside>

Expand Down

0 comments on commit 60ac4a7

Please sign in to comment.