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.
2 parents bc9e5c1 + 4efaf0f commit 3f40babCopy full SHA for 3f40bab
docs/book/src/quick-start.md
@@ -57,7 +57,7 @@ in that API group-version:
57
kubebuilder create api --group webapp --version v1 --kind Guestbook
58
```
59
60
-The will create the files `api/v1/guestbook_types.go` and
+This will create the files `api/v1/guestbook_types.go` and
61
`controller/guestbook_controller.go` for you to edit.
62
63
**Optional:** Edit the API definition or the reconcilation business logic.
0 commit comments