ContainerProcSummary holds container processes top data
| 591 | |
| 592 | // ContainerProcSummary holds container processes top data |
| 593 | type ContainerProcSummary struct { |
| 594 | ID string |
| 595 | Name string |
| 596 | Processes [][]string |
| 597 | Titles []string |
| 598 | Service string |
| 599 | Replica string |
| 600 | } |
| 601 | |
| 602 | // ImageSummary holds container image description |
| 603 | type ImageSummary struct { |
nothing calls this directly
no outgoing calls
no test coverage detected