mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
Added loading CPU and Mem for containers in pod
This commit is contained in:
committed by
Bradley Cicenas
parent
7f6ff0b599
commit
9dec6b4c67
@@ -12,6 +12,11 @@ var params = []*Param{
|
||||
Val: "state",
|
||||
Label: "Container Sort Field",
|
||||
},
|
||||
&Param{
|
||||
Key: "namespace",
|
||||
Val: "state",
|
||||
Label: "Kubernetes namespace for monitoring",
|
||||
},
|
||||
}
|
||||
|
||||
type Param struct {
|
||||
|
||||
Reference in New Issue
Block a user