Enum k8s_openapi::v1_8::GetAPIVersionsResponse[][src]

pub enum GetAPIVersionsResponse {
    Ok(APIGroupList),
    Unauthorized,
    Other,
}

Parses the HTTP response of get_api_versions

Variants

Trait Implementations

impl Debug for GetAPIVersionsResponse
[src]

Formats the value using the given formatter. Read more

impl Response for GetAPIVersionsResponse
[src]

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

Auto Trait Implementations