mirror of
https://github.com/containers/podman.git
synced 2025-12-06 05:37:49 +08:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user