Merge pull request #29288 from dimabru/patch-1
docs: Update custom-resource-definition-versioning.md
This commit is contained in:
commit
cc493080cd
|
@ -202,7 +202,7 @@ spec:
|
||||||
plural: crontabs
|
plural: crontabs
|
||||||
# singular name to be used as an alias on the CLI and for display
|
# singular name to be used as an alias on the CLI and for display
|
||||||
singular: crontab
|
singular: crontab
|
||||||
# kind is normally the CamelCased singular type. Your resource manifests use this.
|
# kind is normally the PascalCased singular type. Your resource manifests use this.
|
||||||
kind: CronTab
|
kind: CronTab
|
||||||
# shortNames allow shorter string to match your resource on the CLI
|
# shortNames allow shorter string to match your resource on the CLI
|
||||||
shortNames:
|
shortNames:
|
||||||
|
|
Loading…
Reference in New Issue