Regenerate specs

This commit is contained in:
Ahmed Yarub Hani Al Nuaimi
2021-09-05 12:12:19 -03:00
parent eb2fa17582
commit d91f3852fd
820 changed files with 4868 additions and 1028 deletions

View File

@@ -41,7 +41,7 @@ v1_csi_node_t* StorageV1API_createCSINode(apiClient_t *apiClient, v1_csi_node_t
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**body** | **[v1_csi_node_t](v1_csi_node.md) \*** | |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
**dryRun** | **char \*** | When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed | [optional]
@@ -73,7 +73,7 @@ v1_storage_class_t* StorageV1API_createStorageClass(apiClient_t *apiClient, v1_s
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**body** | **[v1_storage_class_t](v1_storage_class.md) \*** | |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
**dryRun** | **char \*** | When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed | [optional]
@@ -105,7 +105,7 @@ v1_volume_attachment_t* StorageV1API_createVolumeAttachment(apiClient_t *apiClie
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**body** | **[v1_volume_attachment_t](v1_volume_attachment.md) \*** | |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
**dryRun** | **char \*** | When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed | [optional]
@@ -137,7 +137,7 @@ v1_status_t* StorageV1API_deleteCSINode(apiClient_t *apiClient, char * name, cha
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**name** | **char \*** | name of the CSINode |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
**dryRun** | **char \*** | When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed | [optional]
@@ -172,7 +172,7 @@ v1_status_t* StorageV1API_deleteCollectionCSINode(apiClient_t *apiClient, char *
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
**_continue** | **char \*** | The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. | [optional]
**dryRun** | **char \*** | When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed | [optional]
@@ -212,7 +212,7 @@ v1_status_t* StorageV1API_deleteCollectionStorageClass(apiClient_t *apiClient, c
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
**_continue** | **char \*** | The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. | [optional]
**dryRun** | **char \*** | When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed | [optional]
@@ -252,7 +252,7 @@ v1_status_t* StorageV1API_deleteCollectionVolumeAttachment(apiClient_t *apiClien
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
**_continue** | **char \*** | The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. | [optional]
**dryRun** | **char \*** | When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed | [optional]
@@ -292,7 +292,7 @@ v1_status_t* StorageV1API_deleteStorageClass(apiClient_t *apiClient, char * name
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**name** | **char \*** | name of the StorageClass |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
**dryRun** | **char \*** | When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed | [optional]
@@ -327,7 +327,7 @@ v1_status_t* StorageV1API_deleteVolumeAttachment(apiClient_t *apiClient, char *
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**name** | **char \*** | name of the VolumeAttachment |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
**dryRun** | **char \*** | When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed | [optional]
@@ -362,7 +362,7 @@ v1_api_resource_list_t* StorageV1API_getAPIResources(apiClient_t *apiClient);
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
### Return type
@@ -390,7 +390,7 @@ v1_csi_node_list_t* StorageV1API_listCSINode(apiClient_t *apiClient, char * pret
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
**allowWatchBookmarks** | **int** | allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. | [optional]
**_continue** | **char \*** | The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. | [optional]
@@ -427,7 +427,7 @@ v1_storage_class_list_t* StorageV1API_listStorageClass(apiClient_t *apiClient, c
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
**allowWatchBookmarks** | **int** | allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. | [optional]
**_continue** | **char \*** | The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. | [optional]
@@ -464,7 +464,7 @@ v1_volume_attachment_list_t* StorageV1API_listVolumeAttachment(apiClient_t *apiC
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
**allowWatchBookmarks** | **int** | allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. | [optional]
**_continue** | **char \*** | The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. | [optional]
@@ -501,7 +501,7 @@ v1_csi_node_t* StorageV1API_patchCSINode(apiClient_t *apiClient, char * name, ob
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**name** | **char \*** | name of the CSINode |
**body** | **[object_t](object.md) \*** | |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
@@ -535,7 +535,7 @@ v1_storage_class_t* StorageV1API_patchStorageClass(apiClient_t *apiClient, char
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**name** | **char \*** | name of the StorageClass |
**body** | **[object_t](object.md) \*** | |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
@@ -569,7 +569,7 @@ v1_volume_attachment_t* StorageV1API_patchVolumeAttachment(apiClient_t *apiClien
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**name** | **char \*** | name of the VolumeAttachment |
**body** | **[object_t](object.md) \*** | |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
@@ -603,7 +603,7 @@ v1_volume_attachment_t* StorageV1API_patchVolumeAttachmentStatus(apiClient_t *ap
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**name** | **char \*** | name of the VolumeAttachment |
**body** | **[object_t](object.md) \*** | |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
@@ -637,7 +637,7 @@ v1_csi_node_t* StorageV1API_readCSINode(apiClient_t *apiClient, char * name, cha
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**name** | **char \*** | name of the CSINode |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
**exact** | **int** | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18. | [optional]
@@ -669,7 +669,7 @@ v1_storage_class_t* StorageV1API_readStorageClass(apiClient_t *apiClient, char *
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**name** | **char \*** | name of the StorageClass |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
**exact** | **int** | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18. | [optional]
@@ -701,7 +701,7 @@ v1_volume_attachment_t* StorageV1API_readVolumeAttachment(apiClient_t *apiClient
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**name** | **char \*** | name of the VolumeAttachment |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
**exact** | **int** | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18. | [optional]
@@ -733,7 +733,7 @@ v1_volume_attachment_t* StorageV1API_readVolumeAttachmentStatus(apiClient_t *api
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**name** | **char \*** | name of the VolumeAttachment |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
@@ -763,7 +763,7 @@ v1_csi_node_t* StorageV1API_replaceCSINode(apiClient_t *apiClient, char * name,
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**name** | **char \*** | name of the CSINode |
**body** | **[v1_csi_node_t](v1_csi_node.md) \*** | |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
@@ -796,7 +796,7 @@ v1_storage_class_t* StorageV1API_replaceStorageClass(apiClient_t *apiClient, cha
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**name** | **char \*** | name of the StorageClass |
**body** | **[v1_storage_class_t](v1_storage_class.md) \*** | |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
@@ -829,7 +829,7 @@ v1_volume_attachment_t* StorageV1API_replaceVolumeAttachment(apiClient_t *apiCli
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**name** | **char \*** | name of the VolumeAttachment |
**body** | **[v1_volume_attachment_t](v1_volume_attachment.md) \*** | |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]
@@ -862,7 +862,7 @@ v1_volume_attachment_t* StorageV1API_replaceVolumeAttachmentStatus(apiClient_t *
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**apiClient** | **apiClient_t \*** | context containing the client configuration |
**name** | **char \*** | name of the VolumeAttachment |
**body** | **[v1_volume_attachment_t](v1_volume_attachment.md) \*** | |
**pretty** | **char \*** | If 'true', then the output is pretty printed. | [optional]