Merge pull request #2442 from baude/remotepodtop

podman-remote pod top|stats
This commit is contained in:
OpenShift Merge Robot
2019-03-06 12:24:13 -08:00
committed by GitHub
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,