Function k8s_openapi::get_authentication_api_group[][src]

pub fn get_authentication_api_group(
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<GetAuthenticationAPIGroupResponse>), RequestError>
Expand description

get information of a group

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