Enum k8s_openapi::v1_7::kubernetes::pkg::api::v1::ProxyCoreV1GETNamespacedPodResponse[][src]

pub enum ProxyCoreV1GETNamespacedPodResponse {
    Ok(String),
    Unauthorized,
    Other,
}

Parses the HTTP response of Pod::proxy_core_v1_get_namespaced_pod

Variants

Trait Implementations

impl Debug for ProxyCoreV1GETNamespacedPodResponse
[src]

Formats the value using the given formatter. Read more

impl Response for ProxyCoreV1GETNamespacedPodResponse
[src]

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

Auto Trait Implementations