Enum k8s_openapi::v1_8::api::scheduling::v1alpha1::WatchSchedulingV1alpha1PriorityClassListResponse [−][src]
pub enum WatchSchedulingV1alpha1PriorityClassListResponse { Ok(WatchEvent), Unauthorized, Other, }
Parses the HTTP response of PriorityClass::watch_scheduling_v1alpha1_priority_class_list
Variants
Ok(WatchEvent)
Other
Trait Implementations
impl Debug for WatchSchedulingV1alpha1PriorityClassListResponse
[src]
impl Debug for WatchSchedulingV1alpha1PriorityClassListResponse
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Response for WatchSchedulingV1alpha1PriorityClassListResponse
[src]
impl Response for WatchSchedulingV1alpha1PriorityClassListResponse
fn 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.