We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To facilitate walking all resources, either internally or by user code, the core resources should be exposed.
Like the logic in PluralizeIT, there should be a call returning an apiresourcelist from /api/v1
No response
The text was updated successfully, but these errors were encountered:
fix fabric8io#4065: use Client.getAPIResources("v1") for core/legacy …
642dba8
…resources
kubernetes-client/kubernetes-itests/src/test/java/io/fabric8/kubernetes/PluralizeIT.java
Lines 56 to 57 in 0d49d84
Sorry, something went wrong.
bafda4b
fix #4065: use Client.getAPIResources("v1") for core/legacy resources
bb524af
shawkins
Successfully merging a pull request may close this issue.
Is your enhancement related to a problem? Please describe
To facilitate walking all resources, either internally or by user code, the core resources should be exposed.
Describe the solution you'd like
Like the logic in PluralizeIT, there should be a call returning an apiresourcelist from /api/v1
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: