switched kubernetes_asyncio to kubernetes_aio#2590
Conversation
|
/assign @roycaihw |
|
@karimzakzouk could you take a look at this PR? |
|
Instead of installing a second top-level package, maybe it would make more sense to nest this under |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: roycaihw, yliaog The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold per #2590 (comment) cc @yliaog |
kubernetes/ for synchronous client the two have the same directory structure. It may be better to make them both top-level, rather than one nested inside another, which will look like this: Let me add to the CHANGELOG that aio package is experimental, we may change it in future releasses if the community prefers the other approach. |
|
New changes are detected. LGTM label has been removed. |
|
please see the CHANGELOG update: |
I understand, but given that there's already been one issue from writing to a package owned by another package, it really feels like the safest solution here is to nest it under the existing package. |
That makes sense. Please take a look at PR: #2593 |
|
@yliaog Thanks for the ping I actually agree with both of you here. @yliaog is totally right that physically putting the But I also agree with @mistydemeo that pushing a new top level I pushed a working concept over in #2586. Basically, it keeps the I hooked a script into It keeps the repo structure exactly how it is now, but solves the PyPI namespace issue. All tests are passing locally with this setup.Please have a look #2586. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
switched kubernetes_asyncio to kubernetes_aio
Which issue(s) this PR fixes:
Fixes #2583
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: