- Notifications
You must be signed in to change notification settings - Fork3.4k
Rebase and fixes for https://github.com/kubernetes-client/python/pull/2147#2255
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 ourterms of service andprivacy 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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow ourrelease note process to remove it. Instructions for interacting with me using PR comments are availablehere. If you have questions or suggestions related to my behavior, please file an issue against thekubernetes-sigs/prow repository. |
linux-foundation-easyclabot commentedJul 22, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
Welcome@PhroZenOne! |
[APPROVALNOTIFIER] This PR isNOT APPROVED This pull-request has been approved by:PhroZenOne The full list of commands accepted by this bot can be foundhere. Needs approval from an approver in each of these files: Approvers can indicate their approval by writing |
f076191
to037e78e
CompareThis 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 logicthe same as the previous behavior. Just adjusting it so it applies tothe 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.shNo manual changes, only auto generated code
037e78e
to9638aab
ComparePhroZenOne commentedJul 22, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.