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

pub enum ListSchedulingV1beta1PriorityClassResponse {
    Ok(PriorityClassList),
    Unauthorized,
    Other,
}

Variants

Trait Implementations

impl Debug for ListSchedulingV1beta1PriorityClassResponse
[src]

Formats the value using the given formatter. Read more

impl Response for ListSchedulingV1beta1PriorityClassResponse
[src]

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

Auto Trait Implementations