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