Function k8s_openapi::get_authentication_v1_api_resources
source · pub fn get_authentication_v1_api_resources(
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<GetAuthenticationV1APIResourcesResponse>), RequestError>
Expand description
get available resources
Use the returned crate::ResponseBody
<
GetAuthenticationV1APIResourcesResponse
>
constructor, or GetAuthenticationV1APIResourcesResponse
directly, to parse the HTTP response.