Enum k8s_openapi::api::autoscaling::v1::ReadNamespacedDeploymentScaleResponse [−][src]
Expand description
Use <ReadNamespacedDeploymentScaleResponse as Response>::try_from_parts
to parse the HTTP response body of Scale::read_namespaced_deployment_scale
Variants
Ok(Scale)
Tuple Fields of Ok
0: Scale
Trait Implementations
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. Read more