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 eb80472 + 6dfd867 commit 3fa4e88Copy full SHA for 3fa4e88
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:
40
kubebuilder create api --group batch --version v2 --kind CronJob
41
```
42
43
+Press `y` for "Create Resource" and `n` for "Create Controller".
44
+
45
Now, let's copy over our existing types, and make the change:
46
47
{{#literatego ./testdata/project/api/v2/cronjob_types.go}}
0 commit comments