Skip to content

Commit

Permalink
Added user prompt for doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lauchokyip committed May 16, 2023
1 parent 3c8a626 commit 6dfd867
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/book/src/multiversion-tutorial/api-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ We'll need a new API version for this change. Let's call it v2:
kubebuilder create api --group batch --version v2 --kind CronJob
```

Press `y` for "Create Resource" and `n` for "Create Controller".

Now, let's copy over our existing types, and make the change:

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

0 comments on commit 6dfd867

Please sign in to comment.