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 e743e1d + 91f4f4a commit cc49308Copy full SHA for cc49308
content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning.md
@@ -202,7 +202,7 @@ spec:
202
plural: crontabs
203
# singular name to be used as an alias on the CLI and for display
204
singular: crontab
205
- # kind is normally the CamelCased singular type. Your resource manifests use this.
+ # kind is normally the PascalCased singular type. Your resource manifests use this.
206
kind: CronTab
207
# shortNames allow shorter string to match your resource on the CLI
208
shortNames:
0 commit comments