Enum k8s_openapi::v1_12::api::core::v1::WatchCoreV1NamespaceResponse
source · pub enum WatchCoreV1NamespaceResponse {
Ok(WatchEvent),
Unauthorized,
Other,
}
Expand description
Parses the HTTP response of Namespace::watch_core_v1_namespace
Variants§
Ok(WatchEvent)
Other
Trait Implementations§
source§impl Debug for WatchCoreV1NamespaceResponse
impl Debug for WatchCoreV1NamespaceResponse
source§impl Response for WatchCoreV1NamespaceResponse
impl Response for WatchCoreV1NamespaceResponse
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.