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