[C][Client] Use int* as int or bool type function parameter#17179
[C][Client] Use int* as int or bool type function parameter#17179wing328 merged 1 commit intoOpenAPITools:masterfrom
Conversation
|
Hi @zhemant @michelealbano @wing328 |
|
@wing328 |
|
Hi @ityuhui , |
|
Yes. This PR only changes api files. Actually they (api files and model files) are different problems although the solution is same (use This PR only changes "query parameters" in HTTP request header. It does not relate with any model and will resovle the problem of sending request. e.g. kubernetes-client/c#209 For issues related to model files such as kubernetes-client/c#193 (Fetch some models from API server), I will provide another PR next to create/remove |
|
let's try with what you'e so far. |
…erged: Use int* as int or bool type function parameter
…by type-unsafe macro
@wing328 @zhemant (2018/11) @michelealbano (2020/03)
As discusseded in kubernetes-client/c#209, this PR uses
int*as int or bool type function parameter.PR checklist
Commit all changed files.
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*.IMPORTANT: Do NOT purge/delete any folders/files (e.g. tests) when regenerating the samples as manually written tests may be removed.
master(upcoming 7.1.0 minor release - breaking changes with fallbacks),8.0.x(breaking changes without fallbacks)