Type Alias ContainerTopResponse

Source
pub type ContainerTopResponse = ContainerTopOkBody;
Expand description

ContainerTopOKBody OK response to ContainerTop operation

Aliased Type§

pub struct ContainerTopResponse {
    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