Enum k8s_openapi::GetAutoscalingV2beta1APIResourcesResponse [−][src]
pub enum GetAutoscalingV2beta1APIResourcesResponse {
Ok(APIResourceList),
Other(Result<Option<Value>, Error>),
}Expand description
Use <GetAutoscalingV2beta1APIResourcesResponse as Response>::try_from_parts to parse the HTTP response body of get_autoscaling_v2beta1_api_resources
Variants
Ok(APIResourceList)Trait Implementations
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>[src]Tries to parse the response from the given status code and response body. Read more