Enum k8s_openapi::v1_10::api::apps::v1::WatchAppsV1ControllerRevisionListForAllNamespacesResponse
source · pub enum WatchAppsV1ControllerRevisionListForAllNamespacesResponse {
Ok(WatchEvent),
Unauthorized,
Other,
}
Expand description
Parses the HTTP response of ControllerRevision::watch_apps_v1_controller_revision_list_for_all_namespaces
Variants§
Ok(WatchEvent)
Other
Trait Implementations§
source§impl Response for WatchAppsV1ControllerRevisionListForAllNamespacesResponse
impl Response for WatchAppsV1ControllerRevisionListForAllNamespacesResponse
source§fn try_from_parts(
status_code: StatusCode,
buf: &[u8]
) -> Result<(Self, usize), ResponseError>
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.