Function openshift_openapi::get_oauth_openshift_io_api_group[][src]

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

get information of a group

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