-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
list all customObjects fro all namespaces #941
Comments
Unfortunately the definition for that isn't in the openapi spec that is used to generate the client. It needs to be added here: And then have the client regenerated. |
by the way, |
The full kubernetes swagger is here: If you search for There is a very alpha level tool for generating Java from CRDs documented here: We're working on making it more official/complete. See the issue here: |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Using |
@brendandburns I have the same question as @huhu-sky if you have any ideas.
I created this issue and restated the problem here kubernetes-client/gen#268 (comment). Basically, custom_objects_api already has a |
How can i list all customObjects fro all namespaces if the customObject's scope is namespace.
I just see the api customObjectsApi.listNamespacedCustomObject ;
For service, we can use 'coreV1Api.listServiceForAllNamespaces'
Thanks to reply.
The text was updated successfully, but these errors were encountered: