Order the commands in kubectl by importance and function

Move the client config commands towards the bottom, keep the primary
verbs near the top.  Version goes at the bottom.
This commit is contained in:
Clayton Coleman
2015-03-25 23:00:12 -04:00
parent 8183a4805e
commit 0dd625ffd3
6 changed files with 18 additions and 18 deletions

View File

@@ -45,24 +45,24 @@ kubectl
```
### SEE ALSO
* [kubectl-version](kubectl-version.md)
* [kubectl-apiversions](kubectl-apiversions.md)
* [kubectl-clusterinfo](kubectl-clusterinfo.md)
* [kubectl-proxy](kubectl-proxy.md)
* [kubectl-get](kubectl-get.md)
* [kubectl-describe](kubectl-describe.md)
* [kubectl-create](kubectl-create.md)
* [kubectl-update](kubectl-update.md)
* [kubectl-delete](kubectl-delete.md)
* [kubectl-config](kubectl-config.md)
* [kubectl-namespace](kubectl-namespace.md)
* [kubectl-log](kubectl-log.md)
* [kubectl-rollingupdate](kubectl-rollingupdate.md)
* [kubectl-resize](kubectl-resize.md)
* [kubectl-exec](kubectl-exec.md)
* [kubectl-port-forward](kubectl-port-forward.md)
* [kubectl-proxy](kubectl-proxy.md)
* [kubectl-run-container](kubectl-run-container.md)
* [kubectl-stop](kubectl-stop.md)
* [kubectl-expose](kubectl-expose.md)
* [kubectl-label](kubectl-label.md)
* [kubectl-config](kubectl-config.md)
* [kubectl-clusterinfo](kubectl-clusterinfo.md)
* [kubectl-apiversions](kubectl-apiversions.md)
* [kubectl-version](kubectl-version.md)