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.
    
https://github.com/kubernetes-client/java/blob/0cc86a439c97807dbd8974ef46ebd46049e41248/util/src/main/java/io/kubernetes/client/util/Yaml.java#L118-L119
 
    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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/5c223936-9f62-4b7b-837b-006287146810%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to