kubernetes-client / c

Official C client library for Kubernetes
Apache License 2.0
144 stars 46 forks source link

Re-generate the C client to merge recent changes from openapi-generator #45

Closed ityuhui closed 3 years ago

ityuhui commented 3 years ago

Merge recent changes from openapi-generator:

  1. [C][Client] Add C++ reserved keywords to C-libcurl client generator,then the C client can be compiled by C++ compiler #8205

  2. [C][Client] Disable escaping the parameter name in URL path string #8243

  3. [C][Client] Fix coredump when releasing the memory of an incompleted model #8190

ityuhui commented 3 years ago

/cc @brendandburns

brendandburns commented 3 years ago

/lgtm /approve

k8s-ci-robot commented 3 years ago

[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

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-client/c/blob/master/OWNERS)~~ [brendandburns,ityuhui] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
ityuhui commented 3 years ago

Thanks @brendandburns