[DOCUMENT] Add API and model documents

This commit is contained in:
Hui Yu
2021-03-17 16:35:19 +08:00
parent ea540c9da3
commit 6381367c3c
744 changed files with 45250 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
# StorageAPI
All URIs are relative to *http://localhost*
Method | HTTP request | Description
------------- | ------------- | -------------
[**StorageAPI_getAPIGroup**](StorageAPI.md#StorageAPI_getAPIGroup) | **GET** /apis/storage.k8s.io/ |
# **StorageAPI_getAPIGroup**
```c
// get information of a group
//
v1_api_group_t* StorageAPI_getAPIGroup(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)