Enum k8s_openapi::v1_8::api::scheduling::v1alpha1::ListSchedulingV1alpha1PriorityClassResponse[][src]

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

Variants

Trait Implementations

impl Debug for ListSchedulingV1alpha1PriorityClassResponse
[src]

Formats the value using the given formatter. Read more

impl Response for ListSchedulingV1alpha1PriorityClassResponse
[src]

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

Auto Trait Implementations