Enum k8s_openapi::v1_11::api::apps::v1::WatchAppsV1ControllerRevisionListForAllNamespacesResponse [−][src]
pub enum WatchAppsV1ControllerRevisionListForAllNamespacesResponse { Ok(WatchEvent), Unauthorized, Other, }
Parses the HTTP response of ControllerRevision::watch_apps_v1_controller_revision_list_for_all_namespaces
Variants
Ok(WatchEvent)
Other
Trait Implementations
impl Debug for WatchAppsV1ControllerRevisionListForAllNamespacesResponse
[src]
impl Debug for WatchAppsV1ControllerRevisionListForAllNamespacesResponse
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 WatchAppsV1ControllerRevisionListForAllNamespacesResponse
[src]
impl Response for WatchAppsV1ControllerRevisionListForAllNamespacesResponse
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.