Files
c/kubernetes/docs/NetworkingAPI.md
Kubernetes Prow Robot f914036e5a Automated openapi generation from release-1.31
Signed-off-by: Hui Yu <ityuhui@gmail.com>
2024-10-12 12:08:56 +08:00

1.0 KiB

NetworkingAPI

All URIs are relative to http://localhost

Method HTTP request Description
NetworkingAPI_getAPIGroup_13 GET /apis/networking.k8s.io/

NetworkingAPI_getAPIGroup_13

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