-
Notifications
You must be signed in to change notification settings - Fork 40.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
Dynamic client does not support subresources #49588
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
sig/api-machinery
Categorizes an issue or PR as relevant to SIG API Machinery.
Comments
@mbohlool can you take a look? |
@caesarxuchao I guess this is client-go. Can you take care of this? I can also look if you want me to. |
@roycaihw feel free to have a try. |
k8s-github-robot
pushed a commit
that referenced
this issue
Feb 14, 2018
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Dynamic client supports subresources **What this PR does / why we need it**: Allows `resource.name` to be a subresource which contains `"/"` in https://github.com/kubernetes/kubernetes/blob/db2977fb11fee4c2d3a362d003c76903ea50633c/staging/src/k8s.io/client-go/dynamic/client.go#L143 **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #49588 **Special notes for your reviewer**: The change is backward compatible. **Release note**: ```release-note NONE ``` /sig api-machinery
Woohoo! Thanks @roycaihw! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
sig/api-machinery
Categorizes an issue or PR as relevant to SIG API Machinery.
Is this a BUG REPORT or FEATURE REQUEST?:
What happened: Existing dynamic client library does not support subresources.
What you expected to happen: The library should support the subresources to facilitate e2e testing.
How to reproduce it (as minimally and precisely as possible):
N/A
Anything else we need to know?:
N/A
Environment: N/A
kubectl version
):uname -a
):/sig api-machinery
/cc @lavalamp
The text was updated successfully, but these errors were encountered: