podman-remote pod pause|unpause|restart

enable the ability for the remote client to pause, unpause, and
restart pods.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2019-02-24 09:51:56 -06:00
parent cf521449e5
commit 0416b3afc4
7 changed files with 226 additions and 69 deletions

View File

@@ -92,11 +92,8 @@ func getContainerSubCommands() []*cobra.Command {
// Commands that the local client implements
func getPodSubCommands() []*cobra.Command {
return []*cobra.Command{
_podPauseCommand,
_podRestartCommand,
_podStatsCommand,
_podTopCommand,
_podUnpauseCommand,
}
}