Seems something has changed in your release process for the 4.10.x releases as I am no longer to obtain Javadoc JARs for those releases from Maven central
For example 4.10.2 has the following content (https://repo1.maven.org/maven2/io/fabric8/kubernetes-model/4.10.2/):

Compared to 4.9.2 content (https://repo1.maven.org/maven2/io/fabric8/kubernetes-model/4.9.2/):

This is kinda strange since Maven Central generally requires Javadoc JARs to be present in order to sync artifacts to there (at least via the channels I've published to Maven Central in the past e.g. Sonatype OSS repo)
Please can you ensure that Javadoc is getting published in the future (and ideally publish it for the 4.10.x releases where it is missing)
Kubernetes-model module acts just a pom dependency aggregator for split kubernetes-model modules (#2108 #2137 ).
You can find JavaDoc for each individual model package, e.g. https://repo1.maven.org/maven2/io/fabric8/kubernetes-model-core/

We should probably update javadoc link to Kubernetes Model in README too:
@manusa Thanks for the pointers, that makes sense
@rohanKanojia Yes this was where I was coming unstuck, I was trying to view the Javadocs on javadoc.io as I had done for previous releases and it was failing to find anything which led me to dig into what was present on Maven central
Np, I've added a PR to add links to javadoc for new splitted packages: https://github.com/fabric8io/kubernetes-client/pull/2347
Shall we close this issue?
@rohanKanojia Yes this has been addressed by your doc updates, thanks!
Most helpful comment
We should probably update javadoc link to Kubernetes Model in README too:
https://github.com/fabric8io/kubernetes-client/blob/29049672d488c4b8e4616451a068a6af5da3f5af/README.md#L16