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

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

Parses the HTTP response of Node::proxy_core_v1_delete_node_with_path

Variants

Trait Implementations

impl Debug for ProxyCoreV1DELETENodeWithPathResponse
[src]

Formats the value using the given formatter. Read more

impl Response for ProxyCoreV1DELETENodeWithPathResponse
[src]

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

Auto Trait Implementations