38 lines
1.1 KiB
Markdown
38 lines
1.1 KiB
Markdown
# AuthenticationAPI
|
|
|
|
All URIs are relative to *http://localhost*
|
|
|
|
Method | HTTP request | Description
|
|
------------- | ------------- | -------------
|
|
[**AuthenticationAPI_getAPIGroup_3**](AuthenticationAPI.md#AuthenticationAPI_getAPIGroup_3) | **GET** /apis/authentication.k8s.io/ |
|
|
|
|
|
|
# **AuthenticationAPI_getAPIGroup_3**
|
|
```c
|
|
// get information of a group
|
|
//
|
|
v1_api_group_t* AuthenticationAPI_getAPIGroup_3(apiClient_t *apiClient);
|
|
```
|
|
|
|
### Parameters
|
|
Name | Type | Description | Notes
|
|
------------- | ------------- | ------------- | -------------
|
|
**apiClient** | **apiClient_t \*** | context containing the client configuration |
|
|
|
|
### 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)
|
|
|