diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-02-26 10:14:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-26 10:14:35 +0100 |
commit | 993b3a17c58826365136f49d7760f8ac88e320b2 (patch) | |
tree | 3bb0ba69a66ae2665ca50a153593cb6fe4768ec3 /cmd/podman/commands.go | |
parent | cf521449e5d11813571c5e9b86668fbefdd5aa99 (diff) | |
parent | 0416b3afc42fb9471c1fdb4555931dba86900e97 (diff) | |
download | podman-993b3a17c58826365136f49d7760f8ac88e320b2.tar.gz podman-993b3a17c58826365136f49d7760f8ac88e320b2.tar.bz2 podman-993b3a17c58826365136f49d7760f8ac88e320b2.zip |
Merge pull request #2436 from baude/remotepodpause
podman-remote pod pause|unpause|restart
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r-- | cmd/podman/commands.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 20eb0f490..fadcca689 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -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, } } |