Files
c/kubernetes/docs/CoordinationAPI.md

38 lines
1.0 KiB
Markdown
Raw Normal View History

2021-03-17 16:35:19 +08:00
# CoordinationAPI
All URIs are relative to *http://localhost*
Method | HTTP request | Description
------------- | ------------- | -------------
[**CoordinationAPI_getAPIGroup_8**](CoordinationAPI.md#CoordinationAPI_getAPIGroup_8) | **GET** /apis/coordination.k8s.io/ |
2021-03-17 16:35:19 +08:00
# **CoordinationAPI_getAPIGroup_8**
2021-03-17 16:35:19 +08:00
```c
// get information of a group
//
v1_api_group_t* CoordinationAPI_getAPIGroup_8(apiClient_t *apiClient);
2021-03-17 16:35:19 +08:00
```
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
2021-09-05 12:12:19 -03:00
**apiClient** | **apiClient_t \*** | context containing the client configuration |
2021-03-17 16:35:19 +08:00
### Return type
[v1_api_group_t](v1_api_group.md) *
### Authorization
[BearerToken](../README.md#BearerToken)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json, application/yaml, application/vnd.kubernetes.protobuf
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)