[][src]Function k8s_openapi::get_networking_api_group

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

get information of a group

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