Make naming of kubectl subcommands consistent

This commit is contained in:
Sam Ghods
2015-03-27 16:24:59 -07:00
parent 620af16892
commit ca18e86877
22 changed files with 235 additions and 48 deletions

View File

@@ -3,12 +3,12 @@
.SH NAME
.PP
kubectl apiversions \- Print available API versions.
kubectl api\-versions \- Print available API versions.
.SH SYNOPSIS
.PP
\fBkubectl apiversions\fP [OPTIONS]
\fBkubectl api\-versions\fP [OPTIONS]
.SH DESCRIPTION
@@ -19,7 +19,7 @@ Print available API versions.
.SH OPTIONS
.PP
\fB\-h\fP, \fB\-\-help\fP=false
help for apiversions
help for api\-versions
.SH OPTIONS INHERITED FROM PARENT COMMANDS

View File

@@ -3,12 +3,12 @@
.SH NAME
.PP
kubectl clusterinfo \- Display cluster info
kubectl cluster\-info \- Display cluster info
.SH SYNOPSIS
.PP
\fBkubectl clusterinfo\fP [OPTIONS]
\fBkubectl cluster\-info\fP [OPTIONS]
.SH DESCRIPTION
@@ -19,7 +19,7 @@ Display addresses of the master and services with label kubernetes.io/cluster\-s
.SH OPTIONS
.PP
\fB\-h\fP, \fB\-\-help\fP=false
help for clusterinfo
help for cluster\-info
.SH OPTIONS INHERITED FROM PARENT COMMANDS

View File

@@ -3,12 +3,12 @@
.SH NAME
.PP
kubectl rollingupdate \- Perform a rolling update of the given ReplicationController.
kubectl rolling\-update \- Perform a rolling update of the given ReplicationController.
.SH SYNOPSIS
.PP
\fBkubectl rollingupdate\fP [OPTIONS]
\fBkubectl rolling\-update\fP [OPTIONS]
.SH DESCRIPTION
@@ -28,7 +28,7 @@ existing controller and overwrite at least one (common) label in its replicaSele
.PP
\fB\-h\fP, \fB\-\-help\fP=false
help for rollingupdate
help for rolling\-update
.PP
\fB\-\-poll\-interval\fP="3s"
@@ -151,10 +151,10 @@ existing controller and overwrite at least one (common) label in its replicaSele
.nf
// Update pods of frontend\-v1 using new controller data in frontend\-v2.json.
$ kubectl rollingupdate frontend\-v1 \-f frontend\-v2.json
$ kubectl rolling\-update frontend\-v1 \-f frontend\-v2.json
// Update pods of frontend\-v1 using JSON data passed into stdin.
$ cat frontend\-v2.json | kubectl rollingupdate frontend\-v1 \-f \-
$ cat frontend\-v2.json | kubectl rolling\-update frontend\-v1 \-f \-
.fi
.RE

View File

@@ -128,7 +128,7 @@ Find more information at
.SH SEE ALSO
.PP
\fBkubectl\-get(1)\fP, \fBkubectl\-describe(1)\fP, \fBkubectl\-create(1)\fP, \fBkubectl\-update(1)\fP, \fBkubectl\-delete(1)\fP, \fBkubectl\-namespace(1)\fP, \fBkubectl\-log(1)\fP, \fBkubectl\-rollingupdate(1)\fP, \fBkubectl\-resize(1)\fP, \fBkubectl\-exec(1)\fP, \fBkubectl\-port\-forward(1)\fP, \fBkubectl\-proxy(1)\fP, \fBkubectl\-run\-container(1)\fP, \fBkubectl\-stop(1)\fP, \fBkubectl\-expose(1)\fP, \fBkubectl\-label(1)\fP, \fBkubectl\-config(1)\fP, \fBkubectl\-clusterinfo(1)\fP, \fBkubectl\-apiversions(1)\fP, \fBkubectl\-version(1)\fP,
\fBkubectl\-get(1)\fP, \fBkubectl\-describe(1)\fP, \fBkubectl\-create(1)\fP, \fBkubectl\-update(1)\fP, \fBkubectl\-delete(1)\fP, \fBkubectl\-namespace(1)\fP, \fBkubectl\-log(1)\fP, \fBkubectl\-rolling\-update(1)\fP, \fBkubectl\-resize(1)\fP, \fBkubectl\-exec(1)\fP, \fBkubectl\-port\-forward(1)\fP, \fBkubectl\-proxy(1)\fP, \fBkubectl\-run\-container(1)\fP, \fBkubectl\-stop(1)\fP, \fBkubectl\-expose(1)\fP, \fBkubectl\-label(1)\fP, \fBkubectl\-config(1)\fP, \fBkubectl\-cluster\-info(1)\fP, \fBkubectl\-api\-versions(1)\fP, \fBkubectl\-version(1)\fP,
.SH HISTORY