kubernetes-client / gen

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

feat: python-asyncio with all variants generated by openapi-generator #136

Closed tomplus closed 4 years ago

tomplus commented 4 years ago

The script to generate Python-asyncio client can also generate library with different post-procesing part (to embed models in a program or another library). In this PR as part of cleaning up I switch to use the openapi-generator to generate the library in this variant too.

Issue https://github.com/kubernetes-client/gen/issues/93

Thanks for merging it.

brendandburns commented 4 years ago

/lgtm /approve

k8s-ci-robot commented 4 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: brendandburns, tomplus

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