Autogenerate markdown docs for kubectl

Add test to verify generated docs are up to date.
This commit is contained in:
Jeff Lowdermlk
2015-01-13 21:02:22 -08:00
parent 6459b1a1f3
commit 250c948ae7
7 changed files with 1030 additions and 406 deletions

View File

@@ -34,8 +34,8 @@ const (
func (f *Factory) NewCmdRollingUpdate(out io.Writer) *cobra.Command {
cmd := &cobra.Command{
Use: "rollingupdate <old-controller-name> -f <new-controller.json>",
Short: "Perform a rolling update of the given replicationController",
Long: `Perform a rolling update of the given replicationController.",
Short: "Perform a rolling update of the given ReplicationController",
Long: `Perform a rolling update of the given ReplicationController.
Replaces named controller with new controller, updating one pod at a time to use the
new PodTemplate. The new-controller.json must specify the same namespace as the