Added pod start and stop

As well as added tests, man pages, and completions.
Also reformatted and refactored a couple of other small things in the other pod commands.

Signed-off-by: haircommander <pehunt@redhat.com>
This commit is contained in:
haircommander
2018-07-19 14:58:48 -04:00
parent ba1871dac0
commit 17f257140e
13 changed files with 663 additions and 36 deletions

View File

@@ -20,6 +20,8 @@ var (
podCreateCommand,
podPsCommand,
podRmCommand,
podStartCommand,
podStopCommand,
},
}
)