java icon indicating copy to clipboard operation
java copied to clipboard

Official Java client library for kubernetes

Results 196 java issues
Sort by recently updated
recently updated
newest added
trafficstars

Currently, the source tree holds old versions of examples. However, they use the parent-pom, which can lead to problems as we update dependencies. I would suggest we either stop copying...

https://github.com/kubernetes-client/java/issues/2699 reopen: https://github.com/kubernetes-client/java/pull/2700

size/L
cncf-cla: yes
lifecycle/stale
needs-rebase

It seems that the `SharedInformerFactory` is designed for the openapi client, with the `CallGenerator` returning an `okhttp3.Call`. `ProtoClient` doesn't seem designed in way to hook in the same way, at...

lifecycle/rotten

**Describe the bug** I tried running the example for `listPodForAllNamespaces` in my local maven project but it's giving me compilation error. The null values being passed as arguments to the...

lifecycle/rotten

**com.squareup.okhttp3.okhttp** version 4.10.0 requires **com.squareup.okio.okio** dependency at version 2.8.0 which contains some vulnerabilities: [CVE-2023-3635](https://nvd.nist.gov/vuln/detail/CVE-2023-3635) [CVE-2022-24329](https://nvd.nist.gov/vuln/detail/CVE-2022-24329) [CVE-2020-29582](https://nvd.nist.gov/vuln/detail/CVE-2020-29582) Are there any plans to Upgrade okhttp3 to the newer releases (at least 5.0.0-alpha.10),...

lifecycle/rotten

**Describe the bug** I am having an issue deploying a "Nginx VirtualServer" resource that makes use of a Custom Resource Definition (CRD). The CRD itself has no problems applying to...

lifecycle/rotten

**Describe the bug** Using the `Yaml.loadAll(..)` I cannot load a file with a non-registered CRD. Is there a way to use the Dynamic client to apply YAML from YAML load?...

lifecycle/rotten

**Describe the bug** use BatchV1Api.createNamespacedJob but throws Exception ![image](https://github.com/kubernetes-client/java/assets/34408774/7d4c7faa-ce20-41a1-b20c-5c72cb4df865) ![image](https://github.com/kubernetes-client/java/assets/34408774/b2bb942f-85b6-4498-aefe-863af7342e6b) param v1Job : ![image](https://github.com/kubernetes-client/java/assets/34408774/4995c8cc-a299-40ea-880a-b2b9d615999d) **Client Version** ![image](https://github.com/kubernetes-client/java/assets/34408774/f46cd417-6cd9-4b11-8d6b-539b4462f4f8) **Java Version** Java 8

lifecycle/rotten

More of a feature request then a bug report. Is there any way the proto files could be shared either in the `client-java-proto` library or as a separate library? This...

lifecycle/rotten

**Describe the bug** A clear and concise description of what the bug is. Run this code: ``` new QuantityFormatter().format(Quantity.fromString("3.0064771072E10")) ``` Expected result: `300....` Actual result: `-3421768146569134080e-12` **Client Version** 18.0.0 **Kubernetes...

lifecycle/rotten