Enum k8s_openapi::v1_8::LogFileHandlerResponse[][src]

pub enum LogFileHandlerResponse {
    Unauthorized,
    Other,
}

Parses the HTTP response of log_file_handler

Variants

Trait Implementations

impl Debug for LogFileHandlerResponse
[src]

Formats the value using the given formatter. Read more

impl Response for LogFileHandlerResponse
[src]

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

Auto Trait Implementations