kubernetes-client / gen

Common generator scripts for all client libraries
Apache License 2.0
148 stars 146 forks source link

Fix the handling of IntOrString. #233

Closed junm-cloudnatix closed 1 year ago

junm-cloudnatix commented 1 year ago

IntOrString has been considered to be 'object' in typescript-fetch, but it should be specially handled. This allows a similar handling done in typescript.xml.

Note that typescript-fetch generator does not support importMapping configuration, so leave it as-is for now.

brendandburns commented 1 year ago

/lgtm /approve

k8s-ci-robot commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: brendandburns, junm-cloudnatix

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/gen/blob/master/OWNERS)~~ [brendandburns] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment