Add customresourcedefinition and its shortcut in "kubectl get"

This commit is contained in:
xiangpengzhao 2017-07-18 15:31:56 +08:00
parent 9995212ed3
commit 396c596e07
No known key found for this signature in database
GPG Key ID: A9FD03A856417C5B

View File

@ -210,6 +210,7 @@ __custom_func() {
* configmaps (aka 'cm') * configmaps (aka 'cm')
* controllerrevisions * controllerrevisions
* cronjobs * cronjobs
* customresourcedefinition (aka 'crd')
* daemonsets (aka 'ds') * daemonsets (aka 'ds')
* deployments (aka 'deploy') * deployments (aka 'deploy')
* endpoints (aka 'ep') * endpoints (aka 'ep')