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

Trait Implementations

impl Debug for ListCoreV1PodForAllNamespacesResponse
[src]

Formats the value using the given formatter. Read more

impl Response for ListCoreV1PodForAllNamespacesResponse
[src]

Tries to parse the response from the given status code and response body.

Auto Trait Implementations