[DOCUMENT] Add API and model documents
This commit is contained in:
37
kubernetes/docs/CoreAPI.md
Normal file
37
kubernetes/docs/CoreAPI.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# CoreAPI
|
||||
|
||||
All URIs are relative to *http://localhost*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**CoreAPI_getAPIVersions**](CoreAPI.md#CoreAPI_getAPIVersions) | **GET** /api/ |
|
||||
|
||||
|
||||
# **CoreAPI_getAPIVersions**
|
||||
```c
|
||||
// get available API versions
|
||||
//
|
||||
v1_api_versions_t* CoreAPI_getAPIVersions(apiClient_t *apiClient);
|
||||
```
|
||||
|
||||
### Parameters
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**apiClient** | **apiClient_t \*** | context containing the client configuration |
|
||||
|
||||
### Return type
|
||||
|
||||
[v1_api_versions_t](v1_api_versions.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)
|
||||
|
||||
Reference in New Issue
Block a user