Files
c/kubernetes/docs/ApisAPI.md

38 lines
1016 B
Markdown
Raw Normal View History

2021-03-17 16:35:19 +08:00
# ApisAPI
All URIs are relative to *http://localhost*
Method | HTTP request | Description
------------- | ------------- | -------------
[**ApisAPI_getAPIVersions**](ApisAPI.md#ApisAPI_getAPIVersions) | **GET** /apis/ |
# **ApisAPI_getAPIVersions**
```c
// get available API versions
//
v1_api_group_list_t* ApisAPI_getAPIVersions(apiClient_t *apiClient);
```
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
### Return type
[v1_api_group_list_t](v1_api_group_list.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)