Merge pull request #15796 from caesarxuchao/fix-kubectl-api-versions

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-10-24 01:24:31 -07:00
8 changed files with 20 additions and 27 deletions

View File

@@ -77,7 +77,7 @@ kubectl
### SEE ALSO
* [kubectl annotate](kubectl_annotate.md) - Update the annotations on a resource
* [kubectl api-versions](kubectl_api-versions.md) - Print available API versions.
* [kubectl api-versions](kubectl_api-versions.md) - Print the supported API versions on the server, in the form of "group/version".
* [kubectl apply](kubectl_apply.md) - Apply a configuration to a resource by filename or stdin
* [kubectl attach](kubectl_attach.md) - Attach to a running container.
* [kubectl autoscale](kubectl_autoscale.md) - Auto-scale a replication controller
@@ -105,7 +105,7 @@ kubectl
* [kubectl stop](kubectl_stop.md) - Deprecated: Gracefully shut down a resource by name or filename.
* [kubectl version](kubectl_version.md) - Print the client and server version information.
###### Auto generated by spf13/cobra on 16-Oct-2015
###### Auto generated by spf13/cobra on 21-Oct-2015
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/user-guide/kubectl/kubectl.md?pixel)]()

View File

@@ -33,12 +33,12 @@ Documentation for other releases can be found at
## kubectl api-versions
Print available API versions.
Print the supported API versions on the server, in the form of "group/version".
### Synopsis
Print available API versions.
Print the supported API versions on the server, in the form of "group/version".
```
kubectl api-versions
@@ -76,7 +76,7 @@ kubectl api-versions
* [kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-09-22 12:53:42.294634813 +0000 UTC
###### Auto generated by spf13/cobra on 20-Oct-2015
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/user-guide/kubectl/kubectl_api-versions.md?pixel)]()