java
java copied to clipboard
Official Java client library for kubernetes
**Describe the bug** After we upgraded our k8s java client version from 18.0.1 to 20.0.0, we start seeing java.net.SocketTimeoutException when applyManifest to private cluster using OkHttpClient with dns. The same...
**Describe the bug** I have a number of services which are built on top of Spring Kubernetes Client, and thus Kubernetes Java Client and the client-java-extended dependency which has a...
> https://github.com/kubernetes-client/java/actions/runs/13120437178 When I just ran the openapi model generation workflow just now, an error from code patching step aborted the workflow with following error: ``` Run ls scripts/patches/*.diff |...
I think there are a number of unused dependencies that for historical reasons are still in our POM files. We should use something like `mvn dependency:analyze` to strip these out.
**Describe the bug** When processing a JAR package, the code fails to correctly handle nested JAR files. Specifically, when the packageURL is a nested JAR URL, the jarFileName is incorrectly...
Hi All, I am trying to use kubernetes-client java on a FIPS enabled machine using the bouncy castle FIPS libraries. Commit #3590 allowed for bouncy castle FIPS support and loading...
Not sure what to do next? 😅 Check out https://kind.sigs.k8s.io/docs/user/quick-start/ The CustomResourceDefinition "sparkapplications.sparkoperator.k8s.io" is invalid: metadata.annotations: Too long: must have at most 262144 bytes Error: Process completed with exit code...
The Code Generator used to place the API group in the class name (`AppsV1DaemonSet`) but it doesn't do this anymore. The static `ModelMapper` code still assumes that this is true....
**Describe the bug** The `ApiClient` cannot handle responses larger than 2GB. **Client Version** `22.0.1-legacy` is what we're currently using, but this issue occurs in all versions **Kubernetes Version** `1.30.9` **Java...
**Describe the bug** When using informers, the initial list operation returns a `V1PodList` where the nested `Pod` objects do not have the `kind` and `apiVersion` fields populated (they are null)....