Enum k8s_openapi::v1_10::api::core::v1::PatchCoreV1NamespacedPodTemplateResponse[][src]

pub enum PatchCoreV1NamespacedPodTemplateResponse {
    Ok(PodTemplate),
    Unauthorized,
    Other,
}

Variants

Trait Implementations

impl Debug for PatchCoreV1NamespacedPodTemplateResponse
[src]

Formats the value using the given formatter. Read more

impl Response for PatchCoreV1NamespacedPodTemplateResponse
[src]

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

Auto Trait Implementations