kubernetes-client / c

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

Fix the issue of parsing json string of kubernetes secret #68

Closed ityuhui closed 3 years ago

ityuhui commented 3 years ago

Fixes #66

  1. Merge the PR https://github.com/OpenAPITools/openapi-generator/pull/10034 and re-generate the C client.
  2. Add an example to list the secrets in the default namespace.

Updated on Aug 4:

  1. Merge the PR https://github.com/OpenAPITools/openapi-generator/pull/10067 and re-generate the C client.
ityuhui commented 3 years ago

/cc @brendandburns

brendandburns commented 3 years ago

Looks like we need another iteration of the generator to add the free right?

ityuhui commented 3 years ago

Yes! I have a PR https://github.com/OpenAPITools/openapi-generator/pull/10067 waiting to merge.

ityuhui commented 3 years ago

Re-generated the C client after https://github.com/OpenAPITools/openapi-generator/pull/10067 is merged.

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