Add the "kubectl api-resources" command to the kubectl cheat sheet#9437
Add the "kubectl api-resources" command to the kubectl cheat sheet#9437lucperkins merged 5 commits intokubernetes:masterfrom lucperkins:lperkins/kubectl-cheat-sheet-resources
Conversation
|
Deploy preview for kubernetes-io-master-staging ready! Built with commit adb630d https://deploy-preview-9437--kubernetes-io-master-staging.netlify.com |
|
Deploy preview for kubernetes-io-master-staging ready! Built with commit f24c3a3 https://deploy-preview-9437--kubernetes-io-master-staging.netlify.com |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/lgtm |
The
kubectl api-resourcescommand enables you to easily obtain information about all supported Kubernetes resources. This PR modifies the existing Resource Types section in the kubectl cheat sheet to cover this command and removes the current, static resource listing (which is difficult to maintain and far less useful than the actual command).