kubernetes-client / c

Official C client library for Kubernetes
Apache License 2.0
141 stars 45 forks source link

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

Closed ityuhui closed 5 months ago

ityuhui commented 6 months ago

After merging https://github.com/kubernetes-client/c/pull/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);