podman-remote pod top|stats

this is the final enablement for the pod subcommand.  it includes the
ability to run podman-remote pod top and stats.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2019-02-25 14:26:18 -06:00
parent 7418ff988b
commit 788f818cc5
10 changed files with 279 additions and 76 deletions

View File

@@ -85,14 +85,6 @@ func getContainerSubCommands() []*cobra.Command {
}
}
// Commands that the local client implements
func getPodSubCommands() []*cobra.Command {
return []*cobra.Command{
_podStatsCommand,
_podTopCommand,
}
}
func getGenerateSubCommands() []*cobra.Command {
return []*cobra.Command{
_containerKubeCommand,