Hui Yu

Results 56 comments of Hui Yu

This issue has been fixed by https://github.com/kubernetes/kubernetes/pull/112545 and the files have been synced here by https://github.com/kubernetes/component-base/commit/1b02e586f291000c4230d7e81c21b708266abbdc. So when will a new **tag** be created to finally solve this problem?

Thank you for your contribution ! Can you resove the merge confict first ?

Hi @harlequin-tech How is it going ? If the comments are too time consuming to address, can you submit the first part of this PR (freeform object support) in a...

Thank you for reporting this issue ! This is a bug and we will fix it. If you want a quick fix with your own build: ```patch diff --git a/kubernetes/model/core_v1_event.c...

And here is my test code: ```c if (event_list->items) { listEntry_t *listEntry = NULL; core_v1_event_t *event = NULL; list_ForEach(listEntry, event_list->items) { event = listEntry->data; if (event) { if (event->type) {...

The root cause of this issue is: `event_time` (which is a field of `core_v1_event_t`) is a "date-time" (an OpenAPI [data type]( https://swagger.io/docs/specification/data-models/data-types/)), which cannot be parsed correctly by the function...

Can you do it manully first with `kubectl patch` ? During this process you need create a patch yaml/xml file. And finally, convert your patch file to json string using...

We welcome the contributions of adding this to Conan. Just like @ahmedyarub did with vcpkg https://github.com/kubernetes-client/c/blob/master/docs/vcpkg.md.

As @brendandburns said, the code in this library is generated by openapi-generator/libcurl https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator/src/main/resources/C-libcurl Code changes you commit to this repository will be removed on the next generating. Feel free to...