Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Some parameter types of functions in the API documentation are wrong #213

Closed
ityuhui opened this issue Jan 4, 2024 · 0 comments · Fixed by #214
Closed

doc: Some parameter types of functions in the API documentation are wrong #213

ityuhui opened this issue Jan 4, 2024 · 0 comments · Fixed by #214

Comments

@ityuhui
Copy link
Member

ityuhui commented Jan 4, 2024

After merging #210, the int data type is not updated to int * for function signature in API doc. e.g.

v1_status_t* AppsV1API_deleteCollectionNamespacedControllerRevision(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant