diff --git a/docs/book/src/multiversion-tutorial/api-changes.md b/docs/book/src/multiversion-tutorial/api-changes.md index 57a7495ac36..8bca9fc9148 100644 --- a/docs/book/src/multiversion-tutorial/api-changes.md +++ b/docs/book/src/multiversion-tutorial/api-changes.md @@ -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}}