Enum k8s_openapi::v1_7::kubernetes::pkg::apis::authentication::v1::CreateAuthenticationV1TokenReviewResponse[][src]

pub enum CreateAuthenticationV1TokenReviewResponse {
    Ok(TokenReview),
    Unauthorized,
    Other,
}

Variants

Trait Implementations

impl Debug for CreateAuthenticationV1TokenReviewResponse
[src]

Formats the value using the given formatter. Read more

impl Response for CreateAuthenticationV1TokenReviewResponse
[src]

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

Auto Trait Implementations