Enum k8s_openapi::v1_11::api::scheduling::v1beta1::CreateSchedulingV1beta1PriorityClassResponse[][src]

pub enum CreateSchedulingV1beta1PriorityClassResponse {
    Ok(PriorityClass),
    Created(PriorityClass),
    Accepted(PriorityClass),
    Unauthorized,
    Other,
}

Variants

Trait Implementations

impl Debug for CreateSchedulingV1beta1PriorityClassResponse
[src]

Formats the value using the given formatter. Read more

impl Response for CreateSchedulingV1beta1PriorityClassResponse
[src]

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

Auto Trait Implementations