Skip to content

Commit 91f4f4a

Browse files
authored
Update custom-resource-definition-versioning.md
1 parent ee245ff commit 91f4f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ spec:
202202
plural: crontabs
203203
# singular name to be used as an alias on the CLI and for display
204204
singular: crontab
205-
# kind is normally the CamelCased singular type. Your resource manifests use this.
205+
# kind is normally the PascalCased singular type. Your resource manifests use this.
206206
kind: CronTab
207207
# shortNames allow shorter string to match your resource on the CLI
208208
shortNames:

0 commit comments

Comments
 (0)