pub fn get_authorization_openshift_io_api_group() -> Result<(Request<Vec<u8>>, fn(StatusCode) -> ResponseBody<GetAuthorizationOpenshiftIoAPIGroupResponse>), RequestError>
Expand description
get information of a group
Use the returned k8s_openapi::ResponseBody
<
GetAuthorizationOpenshiftIoAPIGroupResponse
>
constructor, or GetAuthorizationOpenshiftIoAPIGroupResponse
directly, to parse the HTTP response.