Files
c/kubernetes/docs/InternalApiserverAPI.md
Brendan Burns d72a1c8566 Automated openapi generation from release-1.32
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2025-02-11 19:36:46 +00:00

1.1 KiB

InternalApiserverAPI

All URIs are relative to http://localhost

Method HTTP request Description
InternalApiserverAPI_getAPIGroup GET /apis/internal.apiserver.k8s.io/

InternalApiserverAPI_getAPIGroup

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