diff options
author | haircommander <pehunt@redhat.com> | 2018-07-20 14:06:26 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-07-25 18:22:35 +0000 |
commit | 73e39452828c2715dc5943de605f7cd488db24cb (patch) | |
tree | 6bf1e3b44764dfbefa0440e05510f9bef2e4fa24 /cmd/podman/pod.go | |
parent | 8ce0e0b2460220fccbb31fced940604b55d8a195 (diff) | |
download | podman-73e39452828c2715dc5943de605f7cd488db24cb.tar.gz podman-73e39452828c2715dc5943de605f7cd488db24cb.tar.bz2 podman-73e39452828c2715dc5943de605f7cd488db24cb.zip |
Add pod kill
With tests, man page, and completions.
Signed-off-by: haircommander <pehunt@redhat.com>
Closes: #1125
Approved by: rhatdan
Diffstat (limited to 'cmd/podman/pod.go')
-rw-r--r-- | cmd/podman/pod.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/pod.go b/cmd/podman/pod.go index 664af4252..277b16932 100644 --- a/cmd/podman/pod.go +++ b/cmd/podman/pod.go @@ -18,6 +18,7 @@ var ( UseShortOptionHandling: true, Subcommands: []cli.Command{ podCreateCommand, + podKillCommand, podPsCommand, podRestartCommand, podRmCommand, |