[][src]Function k8s_openapi::get_batch_api_group

pub fn get_batch_api_group(
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<GetBatchAPIGroupResponse>), RequestError>

get information of a group

Use the returned crate::ResponseBody<GetBatchAPIGroupResponse> constructor, or GetBatchAPIGroupResponse directly, to parse the HTTP response.