Enum k8s_openapi::v1_7::kubernetes::pkg::api::v1::ListCoreV1PodForAllNamespacesResponse [−][src]
pub enum ListCoreV1PodForAllNamespacesResponse {
Ok(PodList),
Unauthorized,
Other,
}Parses the HTTP response of Pod::list_core_v1_pod_for_all_namespaces
Variants
Ok(PodList)Other
Trait Implementations
impl Debug for ListCoreV1PodForAllNamespacesResponse[src]
impl Debug for ListCoreV1PodForAllNamespacesResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Response for ListCoreV1PodForAllNamespacesResponse[src]
impl Response for ListCoreV1PodForAllNamespacesResponsefn try_from_parts(
status_code: StatusCode,
buf: &[u8]
) -> Result<(Self, usize), ResponseError>[src]
fn try_from_parts(
status_code: StatusCode,
buf: &[u8]
) -> Result<(Self, usize), ResponseError>Tries to parse the response from the given status code and response body.