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
Part of #6602
Remove <C extends Client> Boolean isAdaptable(Class<C> type) method from Client.
<C extends Client> Boolean isAdaptable(Class<C> type)
Follow up on #4659 to remove this method which is deprecated too.
kubernetes-client/kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/Client.java
Lines 35 to 44 in 24c3522
The text was updated successfully, but these errors were encountered:
io.fabric8.kubernetes.client.Client.isAdaptable
manusa
Successfully merging a pull request may close this issue.
Description
Part of #6602
Remove
<C extends Client> Boolean isAdaptable(Class<C> type)
method from Client.Follow up on #4659 to remove this method which is deprecated too.
kubernetes-client/kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/Client.java
Lines 35 to 44 in 24c3522
The text was updated successfully, but these errors were encountered: