java
java copied to clipboard
Official Java client library for kubernetes
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
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...
**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...
**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),...
**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...
**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?...
**Describe the bug** use BatchV1Api.createNamespacedJob but throws Exception   param v1Job :  **Client Version**  **Java Version** Java 8
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...
**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...