Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.07 KB

RbacAuthorizationAPI.md

File metadata and controls

37 lines (23 loc) · 1.07 KB

RbacAuthorizationAPI

All URIs are relative to http://localhost

Method HTTP request Description
RbacAuthorizationAPI_getAPIGroup GET /apis/rbac.authorization.k8s.io/

RbacAuthorizationAPI_getAPIGroup

// get information of a group
//
v1_api_group_t* RbacAuthorizationAPI_getAPIGroup(apiClient_t *apiClient);

Parameters

Name Type Description Notes
apiClient apiClient_t * context containing the client configuration

Return type

v1_api_group_t *

Authorization

BearerToken

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json, application/yaml, application/vnd.kubernetes.protobuf

[Back to top] [Back to API list] [Back to Model list] [Back to README]