fix crd output example (#8520)

This commit is contained in:
CaoShuFeng
2018-05-16 02:16:29 -04:00
committed by k8s-ci-robot
parent 3665ac54cf
commit 3b750716e1
@@ -116,8 +116,8 @@ kubectl get crontab
Should print a list like this:
```console
NAME KIND
my-new-cron-object CronTab.v1.stable.example.com
NAME AGE
my-new-cron-object 6s
```
Note that resource names are not case-sensitive when using kubectl,