Enum k8s_openapi::v1_10::api::scheduling::v1alpha1::DeleteSchedulingV1alpha1CollectionPriorityClassResponse [−][src]
pub enum DeleteSchedulingV1alpha1CollectionPriorityClassResponse {
OkStatus(Status),
OkValue(PriorityClass),
Unauthorized,
Other,
}Parses the HTTP response of PriorityClass::delete_scheduling_v1alpha1_collection_priority_class
Variants
OkStatus(Status)OkValue(PriorityClass)Other
Trait Implementations
impl Debug for DeleteSchedulingV1alpha1CollectionPriorityClassResponse[src]
impl Debug for DeleteSchedulingV1alpha1CollectionPriorityClassResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Response for DeleteSchedulingV1alpha1CollectionPriorityClassResponse[src]
impl Response for DeleteSchedulingV1alpha1CollectionPriorityClassResponsefn try_from_parts(
status_code: StatusCode,
buf: &[u8]
) -> Result<(Self, usize), ResponseError>[src]
fn try_from_parts(
status_code: StatusCode,
buf: &[u8]
) -> Result<(Self, usize), ResponseError>Tries to parse the response from the given status code and response body.