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