Skip to content

Commit 3fa4e88

Browse files
authored
Merge pull request #3416 from lauchokyip/improveDoc1
📖 Added user prompt for multi version api doc
2 parents eb80472 + 6dfd867 commit 3fa4e88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/book/src/multiversion-tutorial/api-changes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ We'll need a new API version for this change. Let's call it v2:
4040
kubebuilder create api --group batch --version v2 --kind CronJob
4141
```
4242

43+
Press `y` for "Create Resource" and `n` for "Create Controller".
44+
4345
Now, let's copy over our existing types, and make the change:
4446

4547
{{#literatego ./testdata/project/api/v2/cronjob_types.go}}

0 commit comments

Comments
 (0)