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