Closed ityuhui closed 4 years ago
/cc @brendandburns
/lgtm /approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: brendandburns, ityuhui
The full list of commands accepted by this bot can be found here.
The pull request process is described here
There is a defect in API functions generated by OpenAPI-generator/c
For example, if we call below function to get the 10 pods:
The url generated by this function is:
But the right url should be:
I have fixed this issue at PR https://github.com/OpenAPITools/openapi-generator/pull/6652
Now re-run the code generator and merge back to kubernetes-client/c.