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

pub enum DeleteSchedulingV1beta1CollectionPriorityClassResponse {
    OkStatus(Status),
    OkValue(PriorityClass),
    Unauthorized,
    Other,
}

Variants

Trait Implementations

impl Debug for DeleteSchedulingV1beta1CollectionPriorityClassResponse
[src]

Formats the value using the given formatter. Read more

impl Response for DeleteSchedulingV1beta1CollectionPriorityClassResponse
[src]

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

Auto Trait Implementations