mirror of
https://github.com/containers/podman.git
synced 2025-12-06 05:37:49 +08:00
Merge pull request #2442 from baude/remotepodtop
podman-remote pod top|stats
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