Hi dev:
I am working on some plugins, and the kubernetes client library has been introduced in my plugin. This library uses the classloader to initialize something.
Similar to the classloader I got "io.kubernetes.client.models" in the code to get all the classes prefixed with "io.kubernetes.client.models"
But actually, he can't find related class files.
I also found some references on
jenkins.io and used UberClassLoader to find it, and it can't find it.
I would like to ask me how to get these class information? Any help is very useful thanks to everyone!
Best
RunZeXia