Enum k8s_openapi::v1_8::api::authentication::v1beta1::CreateAuthenticationV1beta1TokenReviewResponse[][src]

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

Variants

Trait Implementations

impl Debug for CreateAuthenticationV1beta1TokenReviewResponse
[src]

Formats the value using the given formatter. Read more

impl Response for CreateAuthenticationV1beta1TokenReviewResponse
[src]

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

Auto Trait Implementations