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