add "kubectl patch". It will replace "kubectl udpate --patch" in the future

This commit is contained in:
Chao Xu
2015-06-25 15:56:30 -07:00
parent ac917aa36a
commit 7f89a29aad
11 changed files with 415 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ kubectl
* [kubectl label](kubectl_label.md) - Update the labels on a resource
* [kubectl logs](kubectl_logs.md) - Print the logs for a container in a pod.
* [kubectl namespace](kubectl_namespace.md) - SUPERCEDED: Set and view the current Kubernetes namespace
* [kubectl patch](kubectl_patch.md) - Update field(s) of a resource by stdin.
* [kubectl port-forward](kubectl_port-forward.md) - Forward one or more local ports to a pod.
* [kubectl proxy](kubectl_proxy.md) - Run a proxy to the Kubernetes API server
* [kubectl replace](kubectl_replace.md) - Replace a resource by filename or stdin.
@@ -65,6 +66,6 @@ kubectl
* [kubectl stop](kubectl_stop.md) - Gracefully shut down a resource by id or filename.
* [kubectl version](kubectl_version.md) - Print the client and server version information.
###### Auto generated by spf13/cobra at 2015-06-29 00:10:06.115525904 +0000 UTC
###### Auto generated by spf13/cobra at 2015-06-29 23:26:32.294787115 +0000 UTC
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/kubectl.md?pixel)]()