kubernetes-client / gen

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

Update csharp generator. #170

Closed brendandburns closed 3 years ago

brendandburns commented 3 years ago

The CSharp code generator doesn't throw on 401 since it is an "expected" response in the swagger schema

Update the pre-processor to remove it when generating csharp. Also move some configs out of the XML to a config file and rev the version of the generator.

cc @yue9944882 @roycaihw @tg123

k8s-ci-robot commented 3 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: brendandburns

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