-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebase and fixes for https://github.com/kubernetes-client/python/pull/2147 #2255
Rebase and fixes for https://github.com/kubernetes-client/python/pull/2147 #2255
Conversation
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Welcome @PhroZenOne! |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: PhroZenOne The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
f076191
to
037e78e
Compare
This is needed for the proxy client to generate socks support
I'm unsure about the function of this patch but I tried to keep the logic the same as the previous behavior. Just adjusting it so it applies to the new source
Previously it used kubernetes.client.apis and it was deprecated in favor of api
This commit contains the changes applied by running scripts/update-client.sh No manual changes, only auto generated code
037e78e
to
9638aab
Compare
Closing as this needs a lot more work as the API has changed. See comment on #2147 |
I just took the branch from #2147 and rebased it, I also fixed the client patch but I am unsure about its usage.
I also ran the scripts/update-client.sh to update the source files that are autogenerated.