Files
c/kubernetes/docs/EventsAPI.md
Ahmed Yarub Hani Al Nuaimi d91f3852fd Regenerate specs
2021-09-05 12:12:19 -03:00

1014 B

EventsAPI

All URIs are relative to http://localhost

Method HTTP request Description
EventsAPI_getAPIGroup GET /apis/events.k8s.io/

EventsAPI_getAPIGroup

// get information of a group
//
v1_api_group_t* EventsAPI_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]