Skip to content

Commit cc49308

Browse files
authored
Merge pull request #29288 from dimabru/patch-1
docs: Update custom-resource-definition-versioning.md
2 parents e743e1d + 91f4f4a commit cc49308

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)