Commit 8c58bb6e authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #49088 from xiangpengzhao/get-crd

Automatic merge from submit-queue (batch tested with PRs 48636, 49088, 49251, 49417, 49494) Add customresourcedefinition and its shortcut in "kubectl get" **What this PR does / why we need it**: Add customresourcedefinition and its shortcut in "kubectl get" help info. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #48927 **Special notes for your reviewer**: /cc @orangedeng **Release note**: ```release-note NONE ```
parents e623fed7 396c596e
......@@ -210,6 +210,7 @@ __custom_func() {
* configmaps (aka 'cm')
* controllerrevisions
* cronjobs
* customresourcedefinition (aka 'crd')
* daemonsets (aka 'ds')
* deployments (aka 'deploy')
* endpoints (aka 'ep')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment