Refresh of refdocs; adds autoscaling and batch

This commit is contained in:
John Mulhausen
2016-03-17 15:58:12 -07:00
parent 28c4889104
commit dbe21d103a
69 changed files with 20393 additions and 10172 deletions
@@ -1,5 +1,3 @@
---
---
<!-- BEGIN MUNGE: UNVERSIONED_WARNING -->
@@ -16,7 +14,7 @@ Sets a cluster entry in kubeconfig.
Specifying a name that already exists will merge new fields on top of existing values for those fields.
```
kubectl config set-cluster NAME [--server=server] [--certificate-authority=path/to/certficate/authority] [--api-version=apiversion] [--insecure-skip-tls-verify=true]
kubectl config set-cluster NAME [--server=server] [--certificate-authority=path/to/certficate/authority] [--insecure-skip-tls-verify=true]
```
### Examples
@@ -70,7 +68,7 @@ kubectl config set-cluster e2e --insecure-skip-tls-verify=true
* [kubectl config](kubectl_config.md) - config modifies kubeconfig files
###### Auto generated by spf13/cobra on 29-Feb-2016
###### Auto generated by spf13/cobra on 2-Mar-2016