Function k8s_openapi::get_autoscaling_api_group
source · pub fn get_autoscaling_api_group(
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<GetAutoscalingAPIGroupResponse>), RequestError>
Expand description
get information of a group
Use the returned crate::ResponseBody
<
GetAutoscalingAPIGroupResponse
>
constructor, or GetAutoscalingAPIGroupResponse
directly, to parse the HTTP response.