pub type PodTopResponse = PodTopOkBody;Aliased Type§
pub struct PodTopResponse {
pub processes: Vec<Vec<String>>,
pub titles: Vec<String>,
}Fields§
§processes: Vec<Vec<String>>Each process running in the container, where each is process is an array of values corresponding to the titles.
titles: Vec<String>The ps column titles