summaryrefslogtreecommitdiff
path: root/cmd/kpod/top.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/kpod/top.go')
-rw-r--r--cmd/kpod/top.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/kpod/top.go b/cmd/kpod/top.go
index 9c2fcd34e..0c1eabbdb 100644
--- a/cmd/kpod/top.go
+++ b/cmd/kpod/top.go
@@ -164,8 +164,8 @@ func psDataToPSParams(data []string, headers []string) ([]PSParams, error) {
//PSParams is a list of options that the command line ps recognizes
type PSParams struct {
- CPU string `json: "%CPU"`
- MEM string `json: "%MEM"`
+ CPU string
+ MEM string
COMMAND string
BLOCKED string
START string