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